Post

Replies

Boosts

Views

Activity

Comment on Font Sizes Issue ( Custom and System ) Xcode 15 Beta & iOS17 Beta
@Megamil Sadly this issue was not fixed! I just upgraded Xcode, tested my app and it continues to load the wrong style ( regular, medium, bold etc ). The only walk around I have found is that if you go and switch the affected label to a different 'Style' and then back to the one you want, it will fix it. However, I am not 100% sure what happens when you submit it to the App Store and is installed in actual devices.
Oct ’23
Comment on UITableViewCell Swipe Cell Action not working on MAC M1 Max
If you have a Mac with the M1 chip, you may download this sample code, and run it then try the diffable data source sample and try the "UItableView: Editing" and you will notice that it won't let you swipe left on the cells without having to tap on the edit. If you run that code on a non M1 chip it does allow you to swipe left. In fact on the M1 it works sometimes, but you have to swipe a lot of times and fast for it to trigger sometimes.
Nov ’21
Comment on UITableViewCell Swipe Cell Action not working on MAC M1 Max
I have seen that thread. I will try that, but I am not sure if that would solve my issue. Because I do have the leading and trailing options enabled, which the leading works fine but not the other one. It's very odd. Thank you for replying and giving me this option. I will try it and report back to let you know If it worked. EDIT: After reading the post, this is not related to my issue, I am not having crash nor I am using SwiftUI.. however, I will still try to use the dispatch option they are suggesting. EDIT 2: So no, this does not solve my issue. The app does not even call its delegate methods for the swap actions.
Nov ’21