code tag

445 questions


1 answers
71 views
0
I want to deploy iOS-charts with swift.

The questions are as per the title.http://qiita.com/satoken0417/items/479bcdf91cff2634ffb1I thought I would introduce iso-charts by referring to the .Cocoa pods were done without any problems, but Whe...

1 years ago

1 answers
122 views
0
Terminal Cannot Move to Desktop Directory

I'm very ashamed to say that there is a problem with the terminal not being able to move to the directory.Xcode files are stored on the desktop I tried to move it with the following command, but it sa...

1 years ago

1 answers
106 views
0
How do I enable CollectionView to scroll vertically throughout, scroll horizontally through rows, and move cells to another row?

I'd like to create something like au's Video Path app where you can scroll vertically and each line can scroll horizontally.CollectionViewHow can I do it with just one?CollectionView cells can be past...

1 years ago

1 answers
122 views
0
Information on how to open a map application (GoogleMaps) with a URL scheme on iOS and provide route guidance with multiple transit points.

let urlStr:String=comgooglemaps-x-callback://+?f=d&saddr=35.681298,139.766268&daddr=35.658598,139.745454+&x-success=source://?resume=sourceap;sour=AirportppUIAApplication.sharedApplication...

1 years ago

1 answers
67 views
0
How to delete a button when the "Game" condition is met

I'm a beginner at Swift.We are currently trying to develop a simple game application, with 5 buttons (provisional) on the screen, a concept of winning or losing, and when you tap on the outside, the i...

1 years ago

1 answers
93 views
0
Moving Cells in UICollectionView

I'd like to drag the cells in the collection view.In the case of table view, I think you can move rows in edit mode, but does the collection view have such a function?To the UICollectionViewDataSource...


1 answers
97 views
0
SourceKitService crashes using NCMB findObjectsInBackgroundWithBlock

Assumptions/What you want to realizeI'm making a diary app with Swift. The xcode version is 7.3.1, and the swift version is 2.2.Problem/error message you are experiencingWhen you start writing code in...

1 years ago

2 answers
108 views
0
The ad-hoc distribution causes the application to fall off immediately when it starts.

Nice to meet you.It's completely blocked in all directions...After creating the ipa file, install it via iTunes on the device that is registering UDID.It's been going well so far, but When I try to st...

1 years ago

1 answers
146 views
0
Different versions of libraries in Cocoapods

I would like to achieve a closed dependency, but would it be possible to refer to the following?Project (A library deployment project) - > A (currently being created) - > C (Realm ver 0.9x) Proj...


2 answers
121 views
0
Understanding the Order of Asynchronous Processing

Using AWS dynamoDB, you bring the URL of the image in the loadUser() database, download the image with downloadImage(), and add it to the scrollView with addImage().However, if you look at the downloa...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.