Posts

Post not yet marked as solved
2 Replies
4.1k Views
After minor iOS update sharing from my app to Twitter started to give me 'Tweet failed to send' with description that tweet couldn't be sent right now and has been saved as a draft. It works the same way all the time, it's not temporary issue.If I go to Twitter app I can find my tweet in Drafts and send it no problem.For what's it worth it may be actually problem with Twitter app itself.
Posted
by klimchuk.
Last updated
.
Post not yet marked as solved
5 Replies
3.4k Views
2 my apps were removed from sale by Apple user without ANY explanation.Considering iTunes Connect is going to holiday till December 29 I have no ways to fix the problem quickly.Why it could happen?
Posted
by klimchuk.
Last updated
.
Post not yet marked as solved
5 Replies
6.5k Views
Starting with iOS 13 I'm having issue with popover used as main menu. MainMenuViewController *vc = [[MainMenuViewController alloc] initWithNibName:@"MainMenuViewController" bundle:nil]; vc.recentConnections = _recentConnections; vc.preferredContentSize = CGSizeMake(300, 372); vc.modalPresentationStyle = UIModalPresentationPopover; vc.popoverPresentationController.barButtonItem = self.navigationItem.leftBarButtonItem; vc.popoverPresentationController.delegate = self; [self presentViewController:vc animated:YES completion:nil]; Before iOS13http://www.realadsb.com/img/before13.pngiOS13http://www.realadsb.com/img/starting13.pngAs you can see window inside popover goes underneath arrow and that was not the case before
Posted
by klimchuk.
Last updated
.