ios11 Questions
3
In React Native, how do you disable or prevent the keyboard from displaying the Password Autofill accessory view option? There doesn't seem to be an property for TextInput that handles disabling th...
Eppes asked 28/1, 2018 at 17:46
4
Solved
The following line of code is where our app has suddenly started to crash on iOS 11 / 11.0.1 / 11.0.2 / 11.1.1 / 11.2.2 for some users:
UNUserNotificationCenter *center = [UNUserNotificationCenter...
Valvule asked 5/10, 2017 at 22:0
4
The problem I'm seeing is that when I create a UIContextualAction with .destructive and pass true in completionHandler there seems to be a default action for removing the row.
If you create a new...
Epididymis asked 4/11, 2017 at 0:7
3
Solved
I read the whole documentation on all ARKit classes up and down. I don't see any place that describes ability to actually get the user face's Texture.
ARFaceAnchor contains the ARFaceGeometry (to...
2
Solved
I have implemented iOS 11 trailingSwipeActionsConfigurationForRowAt and leadingSwipeActionsConfigurationForRowAt for my UITableViewCell. I'm using trailingSwipeActionsConfigurationForRowAt to disab...
Sakti asked 29/5, 2018 at 23:5
2
Solved
I'm trying to figure out why using Optional URLs causes my JSON Decoding to fail using Swift 4. I've already poured over the WWDC "Whats new in Foundation" video, Apples Playground examples, and a ...
Halyard asked 23/9, 2017 at 17:50
5
I'm trying to add a table view programmatically, but large title doesn't show.
Here is my code:
self.view.addSubview(module.tableView)
module.view.translatesAutoresizingMaskIntoConstraints = fal...
1
I am trying to find the angle of the head with regards to the y axis in a ARFaceAnchor. My starting example is Apple's sample code: creating face-based AR experiences.
Given this image, I am basic...
20
Solved
Wireless debugging was recently added as a feature in Xcode 9, iOS 11, and tvOS 11. Apple TV 4K doesn't have a USB port, so it requires wireless debugging. How do you perform this wireless debuggin...
11
Solved
How to change the default grey background at UISearchController search text field?
Corbin asked 13/12, 2018 at 13:6
2
Edit: Duplicate of How to access camera on iOS11 home screen web app?
I'm running into a problem with using a apple web-app together with camera access through the getUserMedia API.
I have some ...
Certie asked 18/9, 2017 at 9:39
2
Solved
I am trying to implement Drag and Drop into my application which shares images.
All my images are high performance thumbnails (i.e. small size) so I can't use them as my UIDragItem, at least not a...
Waisted asked 18/7, 2017 at 9:0
4
Solved
I'm trying to upgrade mi app to swift 4, but the barcode reader is not working.
I have isolated the barcode reader code, and still not working. The camera works but it does not detect the barcode....
Billye asked 2/9, 2017 at 6:40
7
Solved
I need to build my app on an XS device. I am using Xcode 9.2.
How can I add the XS modal in my Xcode externally?
In my simulator I have up to iPhone X.
My machine Version:
OS X version: 10.12.6 (1...
Bolometer asked 5/12, 2018 at 11:22
8
Solved
I have problem with application using XIBs without autolayout. I don't know if this is important information.
I have UILabel with 2 lines using word wrap. In iOS 10 word wrap was working correctl...
5
Suppose there are two class one in swift and other is in objective-c class in same project.
In swift class i declared delegate and i want to set that delegate in objective c class.
I have done th...
Purism asked 6/10, 2017 at 6:42
3
Is it possible to use iOS 11 Drag and Drop to reorder multiple items/cells at a time in UITableView?
I know it's possible to reorder a single item/cell at a time when using the new UITableViewDropDelegate and UITableViewDragDelegate delegates but is it possible to support handling multiple.
For e...
Fidelity asked 18/7, 2017 at 14:37
8
Solved
I have tried the swift example of JSQMessageViewController inside iOS 11 simulator. Here is the result:screenshot
I have tried using safe area margin and modify the toolbar constraint but there is...
Pilpul asked 27/9, 2017 at 5:17
3
Solved
My current project in Swift 3.2 and Xcode 8.3 this error comes today even I have successfully uploaded to iTunes before 3 days.
ERROR ITMS-90725: "SDK Version Issue. This app was built with the...
5
Solved
I've just found out that in order to be able to have the description for your app in the app store say "This app is optimized for iPhone 6, and iPhone 6 Plus." you need to use a launch XIB or story...
Caril asked 4/11, 2014 at 12:47
8
With iOS 11 Apple has redesigned the UISearchBar by making the corners rounder and the height bigger. Adding a UISearchBar to the navigationBar is pretty simple by just setting it as the titleView ...
Journal asked 27/7, 2017 at 11:52
3
Solved
According to Apple the refresh control should be part of the large title navigation bar in iOS 11.
The refresh control is part of the navigation bar (on pull to refresh) when I enabled the refresh...
Hokeypokey asked 6/7, 2017 at 7:26
5
Can I customize the color of the navigation bar in the QlPreviewController controller?
I have tried following
[[UINavigationBar appearanceWhenContainedIn: [QLPreviewController class], nil] setBar...
Klong asked 15/9, 2017 at 12:31
5
Solved
I understand that this question has been asked many, many times on SO. However, as Apple does best, with the release of iOS 11, they seem to have made a seemingly unnecessary change to the UISearch...
Leet asked 26/9, 2017 at 21:23
7
Solved
I know how to set the color and change the font for the large title in iOS 11, but I am having a hard time finding the default font and font size for the large title. I would like to reproduce the ...
Kubetz asked 9/11, 2017 at 22:45
© 2022 - 2024 — McMap. All rights reserved.