Post

Replies

Boosts

Views

Activity

Reply to Converting iPad app to an iPhone app
It all depends on the app, but in general you should be able to make the app work well on iPhone using the View Controllers and Storyboards you already have. You want to familiarize yourself with some older less fashionable concepts, namely Adaptivity. If you can find any old documentation on building a "Universal App" for iPhone and iPad, you'll want to read up on that as well. You'll also probably want to understand all the features of UISplitViwController.
Topic: Design SubTopic: General Tags:
Jan ’25
Reply to Xcode 13.0 can't pair to Apple TV 4K (tvOS 15.0)
Has anybody here seen this degrade again with Xcode 15? Xcode 14 was a pretty good year with this issue, felt like minimum issues. But with 15 it feels like it's been creeping back. If I'm in a loop of doing lots of dev and testing, sometimes I can only get a few Runs in before the Connecting between the two devices is lost. Incredibly frustrating.
May ’24
Reply to tvOS Release build crashes in App Review but nowhere else.
Assuming you already looked, but just in case you didn't - is it not showing up in the Crashes Organizer?
Replies
Boosts
Views
Activity
Jan ’25
Reply to Converting iPad app to an iPhone app
It all depends on the app, but in general you should be able to make the app work well on iPhone using the View Controllers and Storyboards you already have. You want to familiarize yourself with some older less fashionable concepts, namely Adaptivity. If you can find any old documentation on building a "Universal App" for iPhone and iPad, you'll want to read up on that as well. You'll also probably want to understand all the features of UISplitViwController.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to Does tvOS Support the Multiview Feature?
That API is only available in visionOS today.
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Xcode 13.0 can't pair to Apple TV 4K (tvOS 15.0)
Has anybody here seen this degrade again with Xcode 15? Xcode 14 was a pretty good year with this issue, felt like minimum issues. But with 15 it feels like it's been creeping back. If I'm in a loop of doing lots of dev and testing, sometimes I can only get a few Runs in before the Connecting between the two devices is lost. Incredibly frustrating.
Replies
Boosts
Views
Activity
May ’24
Reply to Saving data files between test runs on iOS
You should add a "Foundation" tag to this Q.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to TVUIKit Lockup views in a Storyboard terminating at runtime. Anything I need to do?
To fix, manually Link TVUIKit to the tvOS target. 1 - Select the Target in the Navigator 2 - Choose "Build Phases" 3 - In "Link Binary with Libraries" add TVUIKit.framework
Replies
Boosts
Views
Activity
May ’21