Posts

Post marked as solved
18 Replies
4.9k Views
I am having issues with the Font Sizes on iOS17 Beta. When running the app in the simulator and on the device, the font weight for my app suddenly changed. For example, it has always been "Regular" and it changed to "Semibold" even thought its set to be in "Regular". I am also adding a new label, and no matter what I do to the size, it does not change. On the storyboard is shows the correct size I set, but then running it on the simulator or in my device running iOS17 Beta it shows smaller or the the regular size of 17. Is anyone else experiencing this issue?
Posted Last updated
.
Post not yet marked as solved
7 Replies
2.5k Views
So while running my project on the simulator on my new M1 Max I noticed that I am not able to use the swipe action on the UITableView and its cells. I have the same project on my iMac Pro, and the action works as expected. But on the M1 Max it does not. Interesting enough, the leading action works perfectly, but not the trailing. I also ran another app that has a similar feature and I run into the same issue. Also, while running the same project on a Mac mini M1 the same issue occurs ? Is anyone else having the same issue and was able to solve it? I am not adding any code because I feel that this issue is not related to how the code is written. Since this issue just came up on the new Mac and it does not happen on the older Mac.
Posted Last updated
.
Post not yet marked as solved
0 Replies
770 Views
So, I have an app already in production, we use different modules such as "Firebase, Alamofire". When adding the widget extension, and trying to use code that has the "import Firebase" it gives a warning stating that the module can't be found. To be more specific, I have an object called "FirebaseManager" which handles all the queries and uploads to firebase, this manager is in its own swift file, and I want to use the FirebaseManager's methods from the widget extension. But I keep getting that error that the module can't be found even though I add that file to the "Target Membership". Any ideas on what to do?
Posted Last updated
.