Stanislav Kasprik

@stanislavk
51 Followers
264 Following
45 Posts
Code, coffee, one Samoyed and one Eurasier dog.

I made another Shortcut to get details about any app right from the App Store 🎁

🚀 Release date
🔁 Last update date
📲 Downloads last month (estimated)
🤑 Revenue last month (estimated)
⭐️ Total ratings worldwide
🆔 App ID

Please, like, share and repost! 🙏🏻

Shortcut to get details about any app right from the App Store: https://www.icloud.com/shortcuts/61fdd23b602e4e01b284c66cdca0b756

With #WWDC25 around the corner, a lot of folks will be upgrading their projects to a newer iOS deployment target. If you're wondering what new SwiftUI APIs that unlocks for you, I just released something that will help 😎 https://www.hackingwithswift.com/swiftui
What's new in SwiftUI?

Learn when you can adopt new SwiftUI features into your apps

Hacking with Swift

Check out the talk I had to cancel at #DeepDishSwift There might be a nugget here that would surprise you. Check out the links in the description to go directly to a specific #Swift or #SwiftUI nugget

Deep Dish Swift Presentation
https://youtu.be/_XZHzl3R1Fo

@rileytestut mostly interested in the adventures of The Great Sweatshirt™ at this point

I'm just wondering about this problem: View with a List and NavigationLink, clicking on row - when I return back to the List, a row stays selected. Any suggestions how to fix it?

See https://github.com/StanislavK/DrivesMeCrazy/tree/main for an example.
#swiftui #bug

GitHub - StanislavK/DrivesMeCrazy: SwiftUI, List, NavigationLink

SwiftUI, List, NavigationLink. Contribute to StanislavK/DrivesMeCrazy development by creating an account on GitHub.

GitHub

I'M BACKKK 🫂

In this SwiftData vid we'll look at how Core Data Lab allows us:

🗂️Manage Data
👀Track Changes
🔍Debug Apps

RT to help peeps test SwiftData apps easily ❤️

📹 https://youtu.be/jS1Grzd2Kt0

Core Data Lab: https://apps.apple.com/app/apple-store/id1460684638?pt=20910800&ct=tundsdev&mt=8

Free Course: https://youtube.com/playlist?list=PLvUWi5tdh92wZ5_iDMcBpenwTgFNan9T7&si=X9KUSNiBJC1Anl4d

SwiftData Debugging The Easy Way | SwiftData Tutorial | #11

YouTube
Looks like the iOS 17.3 beta 2 boot loop is caused by a crash in backboardd. Based on the crash log, it’s more likely to happen for those who have the "Back Tap" feature enabled. Other accessibility subsystems seem to be affected by the same bug, but this crash is the one that causes the boot loop.
I didn’t have any action set up for either "Double Tap" or "Triple Tap", but I did have "None" showing up for “Double Tap”, and the main “Back Tap" item in Accessibility > Touch was showing "Back Tap: On". I had to select "None" for both "Double Tap" and "Triple Tap” in order for that label to change to "Off”. My guess is some bad user defaults data or data migration is causing this crash
If your iPhone has been bricked during the update to iOS 17.3 beta 2:
- Download the iOS 17.3 beta 1 IPSW on your Mac (https://updates.cdn-apple.com/2023WinterSeed/fullrestores/052-20038/3F493ABA-9230-4B7C-9C61-D85B3DC79504/iPhone16,2_17.3_21D5026f_Restore.ipsw)
- Plug iPhone into Mac
- Press volume up, then volume down, then press and hold the side button until the recovery mode screen shows up
- Use iMazing (preferred) or Finder to restore the IPSW (in Finder, hold down Option when clicking the restore button to select the IPSW)
- Your iPhone should be successfully restored without any data loss (see reply!)