Maximilian

@JediMax
314 Followers
374 Following
828 Posts
iOS @ SimpliSafe, Previously at Accenture and Stark • Developer of Television Time and Cinema Time.
Television Timehttps://televisiontime.app
Cinema Timehttps://cinematime.app
Websitehttps://maximilianlitteral.com
Githubhttps://github.com/MaxHasADHD
The Death Stranding: Strands of Harmony concert was incredible. I was only a few hours into the game when tickets went on sale last year, but I knew I would be in for treat from the music so far. It did not disappoint ❤️
A year ago I couldn't rely on AI to reliably write much code for me that would compile. Now with a single prompt I can have it create multiple views in one go, and look exactly as I described, without a build error by the end. This is an example app for my open source Trakt API wrapper, TraktKit. https://github.com/MaxHasADHD/TraktKit
Making progress on the @CinemaTime update. The iOS 18+ UITabBarController improvements are incredible. Prior to this I was managing a split view controller and tab bar controller separately for each size class. I managed each presentation based on the size class, if I had a split view controller with 3 views or 2, and so on. It works great, but as a solo developer also unmanageable to keep the app up to date and supporting every device. Slowly replacing it all 😄
The current state of the iPhone app. I've been working on and off of updating this for about 4 years.
Hoping to finally update @CinemaTime. I have to update a lot of the sync code, improve iPad and Mac support, and support liquid glass.
Saw Kill Bill for the first time
Does anyone have a good MagSafe stand? I love the look of the Nomad stand, but don’t need actual charging, just an easy stand for the kitchen and such
Updating the episode list screen in @TelevisionTime. Still a long way to go, but this is already significantly cleaned up code wise. Updating from a table view + data source to collection view, diffable data source, and content configurations. Also exploring if I want a season picker at the bottom, or continue to have the full list of seasons, but maybe with collapsable sections. The newer APIs are very nice.

This is annoying 😔 Pushing views with navigation controller gives them unwanted animations. Still there in iOS 26 RC.

https://darjeelingsteve.com/articles/Fixing-UINavigationController-Push-Animation-Layout-Issues-on-iOS-26.html

Lots of progress on @TelevisionTime for iOS 26. I've had blurred backgrounds since the beginning, so moving to liquid glass has been very easy. Taking this opportunity to refresh the episode and series detail screens, and improve navigation.