Top "Ios11" questions

iOS 11 is the eleventh version of Apple's iOS mobile operating system.

iOS 11 Floating TableView Header

Have an app going with multiple sections, a few rows per section when "expanded", none when "collapsed". Each section has …

ios swift tableview ios11
iOS 11 animated gif display in UIImageView

I thought iOS 11 was supposed to bring, at long last, native support for animated gifs? But I tried this, and …

ios animation uiimageview animated-gif ios11
custom background image with large titles NavigationBar in iOS 11

How do you set a custom background image for the large title NavigationBar in iOS 11? I'm using a custom subclass …

ios swift uinavigationbar ios11
iOS 11 UITableView delete rows animation bug

video of the tableview animation bug I have a table view which expands/collapse its cells. As of iOS 11, the …

ios swift uitableview ios11
WKWebView page height issue on iPhone X

I find that if I use WKWebView with viewport-fit=cover and body :{height:100%} the height of html body still can …

ios css ios11 wkwebview iphone-x
About "SLComposeViewController" in iOS 11 beta

In my project, I always use SLComposeViewController to share contents with third-party apps, but now, when I update my iPhone …

ios ios11 social-media slcomposeviewcontroller
Custom back indicator image and iOS 11

I'm using a custom back button in my app. This custom back button is set globally like this: UINavigationBar.appearance().…

ios ios11
UINavigationBar with Large Titles - how to find extra height in iOS 11

When using prefersLargeTitles for a UINavigationController's UINavigationBar in iOS 11, the nav bar increases height. The increase is from 44 to 96 on …

ios uinavigationcontroller uinavigationbar ios11 large-title
Hide large title when scrolling up

I have a normal view controller that is embedded in a navigation controller. In this view controller, I have a …

ios swift ios11 xcode9-beta
iOS 11: ATS (App Transport Security) no longer accepts custom anchor certs?

I am leasing a self signed certificate using NSMutableURLRequest and when the certificate is anchored using a custom certificate with …

security ssl ios11 xcode9