189 questions
Throw a request from the AppleWatch to the iPhone.[WKInterfaceController openParentApplication: userInfo reply:^(NSDictionary*replyInfo, NSError*error){ if(replyInfor){ ...It says ^(NSDictory*replyInf...
I have a question about Swift, Objective-C.What is the unit of UITouch's majorRadius property?It seems to return the area of the touch (the major diameter of the ellipse), but I wonder if it is a unit...
Among TimelineItems(RLMOobject) nested in Timeline(RLMOobject), I wrote a code to delete data that is older than 12 hours ago in bulk The size of the database file (default.realm) does not decrease.Th...
Now I'm creating a feature to install and take action with a view (button) that looks like when tethering.Specifically, during certain actions, a 44px height button is placed at the top of the screen ...
I would like to make something like a favorite button (heart-shaped button) for iPhone camera roll.The photos I took are placed in the collection view, and when I tap on one of them, the screen transi...
Normally, you can use MapKit to raise a pin on a map and tap to display an annotation balloon.Therefore, I would like to do something else when the balloon of the comment is displayed.Where should I w...
From now on, I would like to develop iOS applications with Swift, but I would also like to utilize the source code of Objective-C that I have created so far.How do I configure the Objective-C source c...
I checked Paging Enabled in ScrollView on Storyboard to scroll through the images one page at a time, but I would like to scroll through the images one page at a time, not one page at a time.In other ...
There is an authentication screen using Touch ID in an app called au WALLET on iOS.You can also unlock it by entering the passcode directly there.Is the passcode direct input view from the Touch ID cu...
I'd like to get language and country information on the settings screen.For ios9 seriesNSLocale.preferredLanguages().first when used.ja-JP appears. for ios 8 or lower ja appears.As for the information...
« | - 9 - | » |
© 2024 OneMinuteCode. All rights reserved.