Post

Replies

Boosts

Views

Activity

Mac Catalyst: insertChildMenu not Working with Custom Menus
I'm using Objective C and when I use (for example) [builder insertChildMenu:arrange atEndOfMenuForIdentifier:UIMenuFile]; Everything works as expected. But suppose I have a menu that looks like this: UIMenu *drawing = [UIMenu menuWithTitle:@"Drawing" image:nil identifier:@"com.myName.drawingMenu" options:nil children:@[autoStraighten, alignSelectedVerticesVertical, alignSelectedVerticesHorizontal]]; Then using: [builder insertChildMenu:arrange atEndOfMenuForIdentifier:@"com.myName.drawingMenu" ]; Does nothing. What am I doing wrong?
0
0
351
Oct ’20
App Preview Silently Rejected
When I try to upload an Apple App Preview to iTunesConnect, nothing happens. I get no error message whether I try to drag the video into the proper slot or if I try to open it. Is there some way to identify what the issue might be? It's an iPad preview in mp4 format and 1920 x 1080 resolution, 1200 x 1600, 30fps, and only 27 seconds long. The recording was made directly from the device using ScreenFlow.
0
0
328
Aug ’20