You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyboard shows correctly, but when you tap everywhere you got a:
Domain=_UIViewServiceInterfaceErrorDomain Code=3 "The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.)" UserInfo=0x17027c540 {Message=Service Connection Interrupted}
Note that I also had to slightly modify the handleTapOnButton func to compile the code on Xcode 6 GA:
func handleTapOnButton(button:UIButton){letbuttonText= button.titleForState(.Normal)
if let proxy = textDocumentProxy{- proxy.insertText(buttonText)+proxy.insertText(buttonText!)}}
The text was updated successfully, but these errors were encountered:
The keyboard shows correctly, but when you tap everywhere you got a:
Note that I also had to slightly modify the handleTapOnButton func to compile the code on Xcode 6 GA:
The text was updated successfully, but these errors were encountered: