swift tag

599 questions


2 answers
86 views
0
I want to compress files and folders in the OS X program.

I'm trying to create an OS X (Cocoa) application for file compression with Xcode 7.0+Swift2.The library used for compression is ZipArchive (formerly SSZipArchive) and has two functions:·Create compres...

2 years ago

1 answers
137 views
0
[Xcode] When I archive, I got the following error.Please tell me how to solve it.

When I archive from Xcode when I requested Apple to review, I got the following error.Please tell me how to solve it.ititunes store operation failed.no sustainable application records where found /


1 answers
45 views
0
Please tell me how to specify the location of the UIToolBar item by code.

I programmed it so that Picker and Toolbar appear when I press TextField, but I don't know how to position the Toolbar item.Please tell me how to write it.The image looks like the following:

2 years ago

2 answers
106 views
0
Perform functions during screen transition with swift

I am developing an application with swift.It says screen A and screen B Screen B is called from screen A.So, when I return to screen A from screen B, I would like to run the function of screen A.I don...

2 years ago

1 answers
81 views
0

2 answers
44 views
0
How do I switch background music using AVFoundation in Xcode?

Currently, I am studying with a sample application for omikuji.I was able to play BGM by referring to the sample code, but I don't know how to switch BGM.I would like to switch background music withou...

2 years ago

1 answers
39 views
0
I only want iPhone 4s to have a different layout.

I only want one page to be a completely different screen when I start using iPhone 4s with the app I'm creating.What is the best way to do this? I'm thinking of creating two types of xib files and det...

2 years ago

2 answers
106 views
0
On iPhone 6, the contents of the scroll view do not match the width of the scroll view.

The iOS app implements a scroll view by referring to the here article.iOS 7 works fine, but iOS 8 iPhone 6 has a wider scrolling area than its parent view.If you know the solution, please let me know....

2 years ago

1 answers
38 views
0
Asynchronous communication over swift

I am currently developing an app, and I would like to pass the current location information (latitude, longitude) and current time to the API as URL parameters, but it doesn't work.A: Class to retriev...

2 years ago

2 answers
80 views
0
On iPhone 6, the contents of the scroll view do not match the width of the scroll view.

The iOS app implements a scroll view by referring to the here article.iOS 7 works fine, but iOS 8 iPhone 6 has a wider scrolling area than its parent view.If you know the solution, please let me know....

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.