Jordan Morgan
@JordanMorgan10
Followers
29K
Following
12K
Media
3K
Statuses
16K
The cause of several bugs since iOS 4. ---- Dev Rel: @Superwall Words: https://t.co/SZiXGiq5jt Alyx: https://t.co/2TZlcoGGED Bball: @elitehoopsapp
Missouri
Joined November 2011
π¨ Alyx is now LIVE π¨ The silliest way to track caffeine, with all of iOS 26's bells and whistles. Scan stuff with Visual Look Up, use interactive Shortcuts, and tons more. Since I'm terrible at making videos, I had SNES-style box art commissioned for it instead ππΉοΈβοΈ
14
6
75
Mini milestone cont: $7500 MRR today for Elite Hoops π. Days from launch: 755 days Since last milestone: 21 days Next goal: $8,000 MRR
0
0
4
I'm looking to get back on the conference circuit a bit next year π€ At Superwall, we're also looking to sponsor a few as well. So if the combo of a perennially tired dad as a speaker along with Superwall as a sponsor sounds great to you, hit me up!
3
0
6
I just merged tons of community additions to the SwiftUI Backports project. Go update to 1.0.4 today: - A lot of tab bar APIs added - Toolbar additions (so glad someone figured out how to do this, I couldn't) - And more Grab it here:
github.com
SwiftUI-Backports makes it easy to use the latest SwiftUI modifier, like those introduced in iOS 26, while still supporting older iOS versions. With a simple .backport modifier, you can write moder...
3
6
112
βοΈ New Post βοΈ Tips on using String(localized:), and what I used to translate Elite Soccer Club to 3 languages in a few days: - Cursor+Claude - String Catalogs - Xcode's (awesome!) on-device model for comment generation - ButterKit - Superwall's paywall translations
1
0
6
So.... We straight up built a vibe coding tool π Try it today - we tuned this thing for weeks and weeks to make it produce quality results for Swift apps. Superwall paywalls built right in with our MCP, no guessing, no roadblocks - app to paywall to App Store insanely fast.
Announcing Supervibes - the vibecoder for native iOS apps. Download link in next post π π Works with ANY new or existing Xcode project π± Build directly to the sim or to device π» Use it with / without Xcode π€ Works with your existing Claude subscription π° Fine-tuned for
0
2
32
If there is one service that's turned around my opinion it's @supabase - I had some data issues with them a few years back, but kept using it. Their AI assistant is so good, if you're an iOS dev by trade like me and need to get up and going with backend work, it's a no-brainer.
7
0
31
Mini milestone cont: $7000 MRR today for Elite Hoops π. Days from launch: 734 days Since last milestone: 172 days Next goal: $7,500 MRR
5
0
15
@seanallen_dev All you need is this package, turns it into 1 line
github.com
SwiftUI-Backports makes it easy to use the latest SwiftUI modifier, like those introduced in iOS 26, while still supporting older iOS versions. With a simple .backport modifier, you can write moder...
2
3
25
βοΈ New Post βοΈ My guidelines for creating custom controls: Learnable Memorable Accessible https://t.co/3ft6PwJYKn
0
0
4
Apple just approved a big update to Alyx βοΈβοΈβοΈ - Add your own custom drinks - Sync with iCloud - Set your own measurement unit - SNES box art in settings (ofc critical) π―ββοΈ - Lots more Go snag it! https://t.co/zziQ2fjQRQ
7
3
99
Alyx: Caffeine Kit by @JordanMorgan10 , issue #75. Discover more, subscribe! https://t.co/EKdCyDpLkw
1
1
11
π¨ PSA @Superwall is hiring a full stack mobile dev (starting in support). Ideally with experience in ts / swift / kotlin. If you're passionate about mobile apps & monetization we'd love to chat. π€ Year 1: $130K β Year 2: $175K π Global Remote (Europe preferred) π₯ Side
6
13
53
Ok so it's been over a week and I've upped my bid for "caffeine tracker" several times, and still zero impressions with Apple Search Ads. I *think* there are just some big spenders here, I don't know how I can compete in this case π€·π»ββοΈ
7
0
12
I couldn't let the custom Alyx SNES box art go to waste. To the settings footer it goes. #ThankYouForPlaying
2
3
89
Hereβs my custom stretchy() SwiftUI modifier built with visualEffect(), powering the stretchy header in @BreveCoffeeApp βοΈ I shared the code for it earlier in my blog post: https://t.co/1KwQVRkY7S
13
42
650
Alyx is a handy little caffeine tracker that blends glass, blurs, springs and morphs to give us exactly what we're looking for in iOS apps: glass, blurs, springs, and morphs. Oh and if you keep drinking coffee too late in the day it's useful for that too:
apps.apple.com
βAlyx is a silly way to track caffeine. Quickly log espresso, lattes or anything else and see how it affects your health, sleep or view other interesting stuff! Of course, you can log caffeine here....
1
2
12
I often forget this, but you can use a gradient with .foregroundStyle and SF Symbols. That's how I have the multi-colored one here: ``` Image(systemName: "yourSymbol") .foregroundStyle(Gradient(colors: [.purple, .red, .blue]) ```
4
5
299