Post

Replies

Boosts

Views

Activity

Problem with new UITabbarController on IOS 18 beta (Bug?)
In my project, I create a UITabbarController using the storyboard. Later, I change the images and title of the individual tabbar items in the code. This works with the new tabbar controller from iOS 18, with one exception: If the iPad switches to a horizontally compact mode and thereby triggers the old tabbar (at the bottom of the screen), the images and titles from the storyboard appear there, not the values ​​changed in the code. Am I doing something wrong or is this a bug?
5
0
2.8k
Jun ’24
NSOpenPanel -> system freeze (10.14, Xcode 10)
After installing 10.14 Beta, my system "freezes"* after creating an NSOpenPanel with (at exactly this line):let panel = NSOpenPanel()* "freezing" means: I could still move the mouse cursor, but could not push anything. I have to shut down my MacMini late 2012.Could anybody reproduce this problem?! Or any ideas to solve this problem?(When launching the same code with XCode 10 on another mac (Mac Book Pro) with 10.13 High Sierra the problem doesn't exist and NSOpenPanel still works ...).
10
0
2.7k
Jun ’18
Link to other Apps in UITextView
Hello,when I type (for example)twitter://testin the notes app from apple, it becomes a highlighted link to the "Twitter"-App.I would like to have the same behaviour within a UITextView. DataDetection is enabled and normal http-Links are detected. But the UITextField doesn't detect URL schema like "twitter://..." or "comgoolgemap://..." or "castro://..." etc.What do I have to do to get the same behaviour like in the "Notes"-App? Thank you for any help.
2
0
903
Aug ’16