xcode tag

271 questions


1 answers
102 views
0
Xcode6Swift AutoLayout for dynamic items

Xcode 6.4, Language: Swift is developing.On the Storyboard, we create a vertical scroll page with UILabel and UIImage on top of ScrollView.There are several UILabels that dynamically change the text o...


1 answers
89 views
0
I want to number the pictures selected in the collectionView

We are currently creating an ImagePicker feature that allows you to select multiple photos.Therefore, we have reached the point where we can display the captured photos in UICollectionView.What I want...


1 answers
68 views
0
I want to calculate the sum in the array.

import UIKitimport CoreMotionclassViewController:UIViewController {@IBOutlet weak var Myaccelx: UILabel!@IBOutlet weak var accelxaddition: UILabel!let motionManager: CMMotionManager= CMMotionManager()...

2 years ago

2 answers
80 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
136 views
0
When applying for App, there is no screenshot for size 4s, so there is an error.

Do I need a screenshot for 4s (3.5 inch) when I apply for an App via iTunes Connect?*The app itself supports 4s, 5/5s/5c, 6, 6Plus, and iPad.4s is not supported.

2 years ago

1 answers
128 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
72 views
0

2 answers
98 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

2 answers
74 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

2 answers
73 views
0
iOS app development.Is there a way to display formulas in text on the screen?

I'm developing an iPhone app.I'd like to display a formula on a screen, but I'd like to display it as text instead of img. Is there any good way?

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.