Post

Replies

Boosts

Views

Activity

Reply to How to share app in debug mode?
Then how is the debug build done? To tell you the truth, I didn't even know about the distinction. I had xcode set to debug but when I did the compile and upload and put the app into beta test it will not connect, even when loading it on the same phone. I don't have any exceptions anywhere, it just works in debug but not in release. Even when I do the build/install out of xcode it stops working if I set the build to release mode. To clarify, I am using MDWamp for communication, which uses the CFNetwork layer. I suppose it's possible that the mdwamp code has exceptions, but I don't have access to change that layer.
Jan ’22
Reply to Question about laying out text on a fairly static screen
I got it done but I don't feel like I did it right. I used stackviews and views all in a scrollview, but I had to set the size of the scrollview.contentview programatically and my TextViews didn't resize on their own either (the height constraints had to be set programmatically). Also I had to set TONS of constraints. Felt like I was fighting UIKit more than anything else. Anyway, if anyone knows a way to do it through Interface Builder only I would appreciate it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Mar ’21