Posts

Post not yet marked as solved
18 Replies
I am experiencing a similar issue (iOS 13.3.1):Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x1beb2aa48 __exceptionPreprocess 1 libobjc.A.dylib 0x1be851fa4 objc_exception_throw 2 CoreFoundation 0x1bea2ce88 +[_CFXNotificationTokenRegistration keyCallbacks] 3 Foundation 0x1bee62654 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] 4 BaseBoard 0x1c170926c __40-[BSAction sendResponse:withCompletion:]_block_invoke 5 libdispatch.dylib 0x1be7f7184 _dispatch_client_callout 6 libdispatch.dylib 0x1be7a9c04 _dispatch_lane_barrier_sync_invoke_and_complete 7 BaseBoard 0x1c16bd2b0 -[BSAction sendResponse:withCompletion:] 8 UIKitCore 0x1c2737a00 -[UIHandleRemoteNotificationAction sendResponse:] 9 UIKitCore 0x1c2bc5d80 __91-[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:]_block_invoke_3.2685 10 UIKitCore 0x1c2bb9c84 _runAfterCACommitDeferredBlocks 11 UIKitCore 0x1c2ba97d4 _cleanUpAfterCAFlushAndRunDeferredBlocks 12 UIKitCore 0x1c2bd9744 _afterCACommitHandler 13 CoreFoundation 0x1beaa7e68 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ 14 CoreFoundation 0x1beaa2d54 __CFRunLoopDoObservers 15 CoreFoundation 0x1beaa3320 __CFRunLoopRun 16 CoreFoundation 0x1beaa2adc CFRunLoopRunSpecific 17 GraphicsServices 0x1c8a43328 GSEventRunModal 18 UIKitCore 0x1c2bb063c UIApplicationMain 19 My_App 0x10299aea4 main + 25 20 libdyld.dylib 0x1be92c360 start
Post not yet marked as solved
10 Replies
Also happens on fullscreen.
Post not yet marked as solved
10 Replies
My modified version of this library works on iPhone X running iOS 12 or below. It just extends the whole component over the notch height + status bar height.
Post not yet marked as solved
10 Replies
The bar is in the correct position, I want to draw it over the status bar...
Post not yet marked as solved
10 Replies
I am trying to post a screenshot of the problem but the mods are asleep and not approving my comment with the link.Anyway here is the screenshot (remove the spaces): https ://imgur.com/ a/dz5 53L3And no it's not a library, there is something wrong with my UIViewController or the AVAudioRecorder. I am doing nothing special.The "library" source code was modified by me and I know how it works at least, the component is drawing correctly but below the status bar, should be above.Here is another project with the same issue: https: //github.com/evicoli/ Notifica tionBanner
Post not yet marked as solved
10 Replies
My image has been removed, here is the link: https://imgur.com/a/dz553L3
Post not yet marked as solved
2 Replies
The logo is white with blue background on light mode and white with black background on dark mode.They are not flexible but they support dark mode anyway, just check how the themeing for images works. The system does detect these changes even not touching the AppDelegate.
Post not yet marked as solved
6 Replies
I am talking about UISegmentedControl from Apple 😁
Post not yet marked as solved
6 Replies
I am locked with this component, I cannot even change the color of the animated divider. It's barely visible by modifying the background color of its parent.This is also easy to bypass if you don't set a super light color by making the background lighter, so the color will match. Not nice.
Post not yet marked as solved
6 Replies
Here you can see the color difference, note that the rect at the middle is a divider with color set UIColor.clear.The bottom and top colors are what it should be. Note that the middle is darker than the colors outside.https://imgur.com/a/CP4qwUXAnother bug: If you press and drag the component while the color is selected, it doesn't change the status unless you release your finger. I have tried to set the colors for all UIControl.State, no change is visible.https://imgur.com/a/KhjEdUR