ios tag

556 questions


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...


2 answers
68 views
0
I want to implement UIGestureRecognizer in a different class

I'd like to implement gestures on a ViewController.UISwipeGestureRecognizer*gesture=[[UISwipeGestureRecognizer alloc] initWithTarget:selfaction:@selector(getSwipe:)];gesture.direction =UISwipeGestureR...

2 years ago

1 answers
75 views
0
UI parts may or may not be displayed.

I am using objective-c.FirstViewController performs parse signup and then transitions to secondVC.The secondVC includes label, button, tableView, and imageView.TableView and imageView are drawn every ...

2 years ago

1 answers
38 views
0
File saved in AVAudioEngine.Unable to play the first time

I tried using AVAudioEngin to create a program that saves and plays audio to a file, but I couldn't play the first time.From the second time, you can now record and play.I searched the web to see why,...

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
41 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

1 answers
104 views
0
How to record a screen with sound.

We are considering how to record the screen with sound.I was able to record the screen without sound using a library called ASScreenRecorder.I would like to record my voice as well as my screen record...

2 years ago

1 answers
137 views
0
Overlapping when using custom Cells in UITableView

Creating TableViews using custom Cells without InterfaceBuilderIn ViewController, add UITableView to You have created a CustomCell class and added the CustomView class to it.ContentView.In ViewControl...


1 answers
73 views
0
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.