Tab Bar Button color in Swift 3?

Question or problem in the Swift programming language: In Swift 2 I used a User Defined Runtime Attribute in Storyboard with a key path of tintColor to change the tab bar item icon colors. However, it looks like tintColor was removed with Swift 3. How can I change the selected color of the tab bar […]

Continue Reading

Disable double-tap scroll on WKWebView

Question or problem in the Swift programming language: I have a custom keyboard with a WKWebView in full width and height. I have disabled the scroll via wkWebView!.scrollView.scrollEnabled = false but I still have a strange scroll behavior at double-tap on the bottom of the WKWebView. Here the source-code of the simple webpage I try […]

Continue Reading