swift tag

599 questions


1 answers
101 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
107 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...

2 years ago

1 answers
157 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...


1 answers
86 views
0
iOS custom keyboard cannot implement size conversion for screen resolution changes.

I am developing a custom keyboard for iOS.We are struggling with the automatic resolution of each model.in viewWillAppearlet screenSize=UISscreen.mainScreen().bounds.sizeObtain the screen size in Base...

2 years ago

1 answers
99 views
0
How to play different music simultaneously from left and right earphones on iOS

There is a request to play a different recorded sound source on the left and right at the same time.After researching how to do this, With OpenAL, you can set the position of the sound source.I though...

2 years ago

2 answers
69 views
0
How to import data from DynamoDB into CloudSearch in real time

This is my first time to ask a question.I have a question about importing data from AWS DynamoDB into AWS CloudSearch.I am currently developing a shopping app on Swift.When searching for a particular ...

2 years ago

1 answers
41 views
0
When the UIActivityViewController passes a string containing a new line and tries to share it with Evernote, it does not show a new line.

If you do the following, Evernote will use TEXT1and the pre-line feed only.If you choose Twitter or email,TEXT1TEXT2TEXT3and everything is passed, including a new line.Is there a way to display everyt...

2 years ago

1 answers
35 views
0
Swift Questions

// Enumerated definitionenum Result: Int { case Success = 0 caseError=9 funcgetMsg()->String{ Data is coming into switchself {// case.Success: return "OK " case.Error: ...

2 years ago

2 answers
134 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...


1 answers
129 views
0
I want UISegmentedControl (Swift2) to work with other segmented controls.

When I tap one segmented control, I want to switch other segmented controls accordingly (only display). Is it possible? I tried the name of self.segmentedControl.selectedSegmentIndex=1, but it didn't ...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.