Axel Le Pennec
banner
alpennec.com
Axel Le Pennec
@alpennec.com
370 followers 130 following 700 posts
Indie app developer (Apple platforms) from Paris, France 🇫🇷
Posts Media Videos Starter Packs
Best hack I’ve ever seen to make a soft paywall look hard 🤯

Just hide the close “X” inside a whiteboard full of math symbols 😂
Reposted by Axel Le Pennec
Oh is that actually fixed on iOS 26.1 beta 2 (23B5059e)?! 😅
Reposted by Axel Le Pennec
To clarify, the issue I shared happens when a .glassEffect(.regular.interactive()) is used on a Button. A workaround for now is to disable the interactivity if a sheet is presented.

But this bug doesn’t occur anymore on 26.1 beta 2 (23B5059e) so it seems Apple fixed it 🥳
Sigh 😔

On iOS 26, the touch gestures from a sheet are propagated below it and play the liquid glass effect on the controls 🫤 Luckily, it doesn’t trigger the button actions…

Is there a fix for that?
To clarify, the issue I shared happens when a .glassEffect(.regular.interactive()) is used on a Button. A workaround for now is to disable the interactivity if a sheet is presented.

But this bug doesn’t occur anymore on 26.1 beta 2 (23B5059e) so it seems Apple fixed it 🥳
Sigh 😔

On iOS 26, the touch gestures from a sheet are propagated below it and play the liquid glass effect on the controls 🫤 Luckily, it doesn’t trigger the button actions…

Is there a fix for that?
Oh is that actually fixed on iOS 26.1 beta 2 (23B5059e)?! 😅
It turns out .glassEffect(.regular.interactive(), in: .circle) is actually buggy too 😱

Another shape appears when the button is touched & the finger is moved around 🤦🏻‍♂️

I only tested on a white background in light mode before but it’s clearly visible on a contrasting background…
Sigh 😔

On iOS 26, the touch gestures from a sheet are propagated below it and play the liquid glass effect on the controls 🫤 Luckily, it doesn’t trigger the button actions…

Is there a fix for that?
Solution ⬇️

buttonStyle(.glass) = .glassEffect(.regular.interactive(), in: .circle)
Is it possible to replicate the style of a liquid glass toolbar button in #SwiftUI?

Using buttonStyle(.glass) + buttomBorderShape(.circle) shows another circle within the button when touched 🫤

And glassEffect(in: .circle) doesn’t render the same visual effect when touched 😞
Is it possible to replicate the style of a liquid glass toolbar button in #SwiftUI?

Using buttonStyle(.glass) + buttomBorderShape(.circle) shows another circle within the button when touched 🫤

And glassEffect(in: .circle) doesn’t render the same visual effect when touched 😞
Yep, early days really should be discarded. It’s the time the test find its pace maybe.
Sometimes App Store Connect Product Page Optimization gives nice results 🤩

Conversion rate +19.51% 💪🏻

It took 1 month and 10K total impressions to get at least 90% confidence level (it probably could have been faster with only 2 variants, ie one treatment).
Reposted by Axel Le Pennec
Apple pulled Indie App Santa from the App Store in September 2025 😱

Lately, it warned developers running Apps Gone Free campaigns…

And removed apps buying keyword installs or ratings/reviews!

Apple is clearly cracking down on apps that manipulate or influence the App Store.
I don’t remember Indie App Santa being free? But it became a cash machine when it was acquired by Steve from AppMasters a few months ago.
Apple pulled Indie App Santa from the App Store in September 2025 😱

Lately, it warned developers running Apps Gone Free campaigns…

And removed apps buying keyword installs or ratings/reviews!

Apple is clearly cracking down on apps that manipulate or influence the App Store.
Apple Ads popularity has been a complete mess for a week 🤯

Depending on the search, the popularity differs.

E.g for the "food tracker" keyword:

- Searching "food tracker" ➔ pop 6
- Searching "calorie tracker" ➔ pop 33
- Searching "calorie" ➔ pop 48

Which one is correct?
Thank you. I need the clip shape unfortunately.
In SwiftUI, clipShape and shape + stroke don’t give the same result 🫤

Is there a way to have the same radius when clipping is required?
Reposted by Axel Le Pennec
If only there was an option to compare side by side iOS 18 vs iOS 26 (Liquid Glass) in Xcode Previews instead of having to manually switch between simulators… 🤔

FB20482528
If only there was an option to compare side by side iOS 18 vs iOS 26 (Liquid Glass) in Xcode Previews instead of having to manually switch between simulators… 🤔

FB20482528
Ok thank you! I spotted this lib some time ago, it seemed powerful.
Nice!

Have you used an external cropping library or built your own? I don’t think Apple offers one iirc 🤔
Nice update! Are you using SwiftUI for the FAB and podcast player? If yes, have you considered using the new safeAreaBar modifier to get the effect at the bottom of the screen?

developer.apple.com/documentatio...
safeAreaBar(edge:alignment:spacing:content:) | Apple Developer Documentation
Shows the specified content as a custom bar beside the modified view.
developer.apple.com
Thank you for including me! I really appreciate 🫶🏻
I can search the App Store via API.