556 questions
If you animate the display location of UILabel (and View with UILabel as a child), changes to text that are not normally animated will also be animated.Below is the sample code.-(void)showErrorViewWit...
class UserClass:Object{ dynamic variable = 0 dynamic var user: String= let colorData=List<Color>() override static func primaryKey()->String?{ return user }}classVariousColor:Object{ dynamic...
I am currently creating a list application in the collection view.I would like to display the information I entered in the transition destination (inputViewController) that I clicked on the cell in th...
class ViewController:UIViewController {letchildViewController: UIViewController= UIViewController()override func viewDidLoad(){ super.viewDidLoad() childViewController.view.backgroundColor=UIColor.gre...
iOS appI have looked into various items below.However, I couldn't find anything to do what I wanted to do.DispatchQueueI was able to run in the background, but when I turned off the app process, it st...
I have a question about initializing NSMutableString for objective-c.NSMutableString*ms1 = NSMutableString string;NSMutableString* ms2 = [[NSMutableString alloc] init];NSMutableString* ms3 = [NSMutabl...
I implemented the camera using the UIImagePickerController, but how do I detect that the camera shooting is over?Can't I use the UIImagePickerController?When I tried to use the article How to use AVCa...
Position the button on the StoryBoard.I would like to change it according to the display size of the application execution terminal.To change the positionbutton_Save.frame.origin.y+=100I thought it wo...
We are building a system using iPad.It is a service that uses PWA and is assumed to be used offline.In the end, we are thinking of a system in which exchange tickets are output from the printer when w...
On iOS, when the hardware detects a touch on the screen, the UIGestureRecognizer event is called, but without this actual physical touch, is it possible to send an event that pretends to be a touch on...
« | - 37 - | » |
© 2024 OneMinuteCode. All rights reserved.