Post

Replies

Boosts

Views

Activity

tab icon in iPadOS 18 tab bar
How to show icons on tabs in iPadOS 18? iPadOS 18 shows my UITabBar on the top of the iPad. That's fine with me, even though iOS 18 still shows the tab bar on the bottom of the iPhone. iPadOS 18 does not display my icons on the tab bar items. That's not fine, as these icons carry information. iOS 18 still does show the tab icons. How can I either Show the tab icons in the tab items displayed on the top, or Display the tab items with their icons on the bottom, as in iPadOS 17 and before and in iOS 18?
2
0
2.4k
Jul ’24
SF Symbols render incompletely in widgets on iOS 16
Many symbols from SF Symbols render incompletely when displayed within Widgets on iOS 16. The issue affects only symbols not rendered in monochrome, and it affects some but not all multicolor symbols. It affects all widget families, including lockscreen widgets. The issue is visible both on devices and simulators. Has anybody observed the same issue? Do you have a workaround? I filed a bug report, but have not received any feedback.
2
0
1.1k
Oct ’22
Unreachable code: additive without provided normals is not supported
Each time my app runs SCNTransaction.commit() to perform a more complex SceneKit animation on a simulator running iOS 15, it flushes my console with hundreds of lines containing [SceneKit] Unreachable code: additive without provided normals is not supported This clutter hinders debugging. Nothing visible is broken, but I don't know what it will do on real devices. I assume the line refers to the case additive in enum SCNMorpherCalculationMode. However, none of my model nodes defines a morpher. I can only guess that SCNTransaction creates these deficient morphers somewhere and removes them again before my code regains control. Can anybody tell me how I can get rid of these messages, preferably by repairing their root cause? The animations themselves looks fine. iOS 14 simulators do not dump these messages. I am using Xcode 13.0 RC. My app has been running for many AppStore users for several years.
0
0
881
Sep ’21