Post

Replies

Boosts

Views

Activity

Comment on UIButton setBackgroundImage for different states not working
Great answer! I can't believe Apple is not making this explicit in their documentation 😔
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on PencilKit's PKToolPicker shows normally on iOS, but not on Mac Catalyst.
Hello @Masatoshi , Great repo! Could you please clarify the license for this repository? We're wondering if we could use the tool in our commercial app. Thank you!
Replies
Boosts
Views
Activity
Apr ’24
Comment on Symbolicating on Xcode 15
@wilc0 You can still use Xcode 14 in Sonoma following steps in https://stackoverflow.com/questions/76958016/is-there-a-way-to-run-xcode-14-on-macos-sonoma However, please note that Xcode 14 won't work on iOS 17 if you've upgraded your phone.
Replies
Boosts
Views
Activity
Feb ’24
Comment on DeviceActivityMonitor event threshold callbacks often triggered multiple times in a row
Oh, I just encountered this yesterday on my iPhone11 iOS17.1.2. I use UserNotification and see that the callback got called twice sometimes. I suppose I didn't notice this because I removed the monitoring right after receiving the callback.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on DeviceActivityMonitor event threshold callbacks often triggered multiple times in a row
I see. Thank you for the info! I've never encountered this issue though. I suppose you could try removing unnecessary components within the extension code, like UserDefaults, and see if the issue persists to decide which may be the root cause.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Xcode Canvas Simulator cause multiple diagnosticd processes to run and 100% CPU
yeetd definitely helps 😃! And it's quite easy to use. I totally missed this reply until I found out yeetd when dealing with my failed CI runs 😅
Replies
Boosts
Views
Activity
Nov ’23
Comment on Siri enters loop of requesting parameter when running AppIntent
Oh! And I found another possible cause of this behavior. It could also happen if you somehow have inconsistent CoreData data. For example, I had one old codebase, when saving changes, instead of saving each changes, it wipes out the sql file underneath and create a new one and save the data from the memory. 🤪
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on Tappable area expands with clipped Image
Life saver!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22