I’ve been working on an application for a couple of years and received a simple design request: Round the corners on a UIView ...
-
May 6, 2022
- 0 Comments
I am trying to capture an image during a live preview from the camera, by AVFoundation captureStillImageAsynchronouslyFromConnection. So far the program works as ...
-
May 6, 2022
- 0 Comments
I’d like to show the current language that the device UI is using. What code would I use? I want this as an ...
-
May 5, 2022
- 0 Comments
I’m doing a presentation on debugging in Xcode and would like to get more information on using NSLog efficiently. In particular, I have ...
-
May 5, 2022
- 0 Comments
How can I set the maximum amount of characters in a UITextField on the iPhone SDK when I load up a UIView? 46 ...
-
May 4, 2022
- 0 Comments
I’m wondering how to make the keyboard disappear when the user touches outside of a UITextField. 38 s 38
Is there a way to set cornerRadius for only top-left and top-right corner of a UIView? I tried the following, but it end ...
-
May 3, 2022
- 0 Comments
I need to display an email address on the left side of a UIButton, but it is being positioned to the centre. Is ...
-
May 3, 2022
- 0 Comments
I have been working to create a UIAlertView in Swift, but for some reason I can’t get the statement right because I’m getting ...
-
May 2, 2022
- 0 Comments