Posts

Post marked as solved
2 Replies
1.3k Views
the styling of the UINavigationBar has changed in iOS15. I cannot get look I want anymore. Once I define either of the appearances (e.g. scrollEdgeAppearance) I can no longer get white text in the status bar. On the other hand if I just set UINavigationBar style to black with translucent set to NO it ignores the barTintColor unless you start scrolling. You can set the background color of the navigation bar but then the area under the scrollbar is solid black. I just need a non-translucent UINavigationBar with a dark background ewxtending under the status bar with white text. Is it possible in iOS15?
Posted
by mammal.
Last updated
.
Post not yet marked as solved
0 Replies
347 Views
I noticed that with 14.5 beta (4,5) when moving first responder between two text fields I get keyboardwillhide notification followed by keyboarddidhide notification but the keyboard is obviously still on-screen and there no keyboardwillshow notification either in both cases the notification user data shows no movement     UIKeyboardFrameBeginUserInfoKey = "NSRect: {{0, 508}, {390, 336}}";     UIKeyboardFrameEndUserInfoKey = "NSRect: {{0, 508}, {390, 336}}";
Posted
by mammal.
Last updated
.
Post not yet marked as solved
4 Replies
1.5k Views
when the voip-pushed incoming call is not reported via reportNewIncomingCallWithUUID: the application is killed, if it is not reported several times, the application stops getting the voip pushes altogether. while it may be acceptable when the application is live, it is not very development friendly because the failure counter cannot be reset in any way.how can I start receiving the voip pushes again after the ios blocks me? all I see is "VoIP push for XXXXX dropped on the floor" in the console. reboot doesn't help. restarting the app through xcode doesn't help....
Posted
by mammal.
Last updated
.
Post not yet marked as solved
0 Replies
397 Views
I got into the situation when I am making our app compatible with ios13 voip pushes. I failed to call reportNewIncomingCallWithUUID several times and now the app is not receiving voip pushes at all. How can I reset the app to continue development?
Posted
by mammal.
Last updated
.