Posts

Post marked as solved
1 Replies
I don't have an answer on this specific question but my observations of Twitter app indicate that functionality affected by the app you're trying to share text/image with. Sometimes it works, sometimes it's not. It's up to LinkedIn or WhatsUp to fix it.
Post not yet marked as solved
11 Replies
For some reason it's not working for me on iPad. Still see my window glued to the left side of the screen.
Post not yet marked as solved
5 Replies
Thank you for pointing me to right direction!I was able to sort of fix it in view controller using- (void)viewDidAppear:(BOOL)animated { self.view.frame = CGRectMake(0, 15, 300, 370); }But it creates noticable visual jump of the window from incorrect to correct location.I still consider such behavior a bug since it's not backward compatible and not buying anything from functional point of view.