ios tag

556 questions


1 answers
80 views
0
Want to capture iOS device posture at an angle

I want to get the posture of the iOS device from the gyro, but I don't know how to do it.I looked it up and found out that http://qiita.com/yimajo/items/49bd534e8c257294a2e3This article is closest to ...

2 years ago

1 answers
123 views
0
Unable to insert image from iOS app

I am running WordPress 4.7.2 by creating CentOS7 in the Docker container in CentOS7.The http server is Apache/2.4.6.PHP 5.4.16.When I insert an image from iOS's WordPress app, the error screen looks l...

2 years ago

1 answers
97 views
0
I want the button not to react when I swipe.

The iOS app implements a UI that scrolls vertically like a Twitter timeline.When you attempt to scroll vertically with a vertical swipe, if you swipe the area of the button on the UI, the button tap e...

2 years ago

1 answers
93 views
0
Control view hierarchy when viewController is different

The UITabBarController maintains a subView of the viewController.I would like it to be displayed before the subView of the UITabBarController view.Layer.zPosition, blingSubviewToFront:, etc. are not r...

2 years ago

1 answers
89 views
0
Result is sent even if MFMailComposeViewController fails to send mail

I tried to open a mailer in the app using the MFMailComposeViewController and send an email, but it didn't work, so I asked this time.The code that you think is relevant is as follows.However, if you ...

2 years ago

1 answers
71 views
0
I want to create a tableView like the attached image by creating the best array or dictionary type.

I got json from API and put it in array with code similar to the one below.SWIFT Code var movieList: [[String:AnyObject]]=[ ]func sample(){ Alamofire.request (.GET, http://123456789).validate().respo...

2 years ago

2 answers
65 views
0
@ About managing IBOutlet and actions when multiple buttons are tied to View

I have a question about how to manage UIButton's actions.I may not be able to ask you something, but I would appreciate it if someone could reply.@IBOutlet weak var button_0:UIButton!@IBOutlet weak va...

2 years ago

1 answers
86 views
0
I want to use the downloaded music file on my device with the monaca app.

I would like to use a voice file that can be listened to in iOS music application on the monaca app.However, I am having trouble finding implementation examples and information.If you know, please let...

2 years ago

1 answers
101 views
0
App crashes when tapping view in Notification Content Extension

I'm trying to create RichNotification using iOS10's Notification Content Extension, but it's not working.Only when you tap the view part of RichNotification while the app is not up, it crashes the mom...


1 answers
98 views
0
Dynamic UITableView Updates

I'm trying to dynamically add rows to UITableView.- added (displayed):adding items during viewDidLoad- Not added (displayed): Add items after AFNetworking call is completeThis is the state of when ins...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.