tagged [ios]

How to implement radio button in React Native

How to implement radio button in React Native I am converting React code to React Native. So I need to implement radio buttons.

1 Jan at 22:39

Programmatically add custom event in the iPhone Calendar

Programmatically add custom event in the iPhone Calendar Is there any way to add iCal event to the iPhone Calendar from the custom App?

14 May at 18:35

How to create .ipa file using Xcode?

How to create .ipa file using Xcode? Please tell me the complete procedure to build my app & use it on a real iPhone.

23 Oct at 02:39

UIButton Image + Text IOS

UIButton Image + Text IOS I need a `UIButton` with . Image should be in the top & text comes under the image both should be clickable.

28 May at 07:45

NSTimer versus Timer in Xamarin.iOS - when to use what?

NSTimer versus Timer in Xamarin.iOS - when to use what? Is there a rule when to use the native `NSTimer` versus the .NET alternatives? - - -

8 Oct at 09:58

Set the location in iPhone Simulator

Set the location in iPhone Simulator How can I set the location (as it's picked up in CoreLocation services) in the iPhone Simulator?

21 May at 14:46

How can I programmatically get the MAC address of an iphone

How can I programmatically get the MAC address of an iphone How to programmatically get an iPhone's MAC address and IP address?

31 Dec at 18:43

iPhone system font

iPhone system font What is the name of the default system font on the iPhone? I would like to retrieve this for customizing a `UIView`.

15 Jan at 16:10

Remove or uninstall library previously added : cocoapods

Remove or uninstall library previously added : cocoapods I added an external framework via cocoapods into my iOS application. How can i remove that library from the project?

15 Jun at 12:18

Add placeholder text inside UITextView in Swift?

Add placeholder text inside UITextView in Swift? How can I add a placeholder in a `UITextView`, similar to the one you can set for `UITextField`, in `Swift`?

25 Sep at 15:37

How can I convert string date to NSDate?

How can I convert string date to NSDate? I want to convert "2014-07-15 06:55:14.198000+00:00" this string date to NSDate in Swift.

25 Oct at 13:18

Is it possible for UIStackView to scroll?

Is it possible for UIStackView to scroll? Let's say I have added more views in UIStackView which can be displayed, how I can make the `UIStackView` scroll?

MonoTouch debug not building with ServiceStack.Text (AOT error)?

MonoTouch debug not building with ServiceStack.Text (AOT error)? I have just started using the ServiceStack.Text.MonoTouch.dll in my MonoTouch solution. Everything compiles and runs in the simulator, ...

16 Jan at 22:39

How do I create delegates in Objective-C?

How do I create delegates in Objective-C? I know how delegates work, and I know how I can use them. But how do I create them?

Compile errors when compiling ServiceStack.Text.MonoTouch

Compile errors when compiling ServiceStack.Text.MonoTouch Has anyone been able to get the monotouch version of servicestack.text to compile? I am getting the following 2 errors. - - Thanks

7 Feb at 10:31

How do I change the font size of a UILabel in Swift?

How do I change the font size of a UILabel in Swift? `label.font.pointSize` is read-only, so I'm not sure how to change it.

8 Nov at 08:35

A simple UIPickerView in MonoTouch (Xamarin)?

A simple UIPickerView in MonoTouch (Xamarin)? Can anybody describe how I can create a UIPickerView in monotouch using XCode and populate it with sample data? I did look at the example here: [https://g...

How to get width and height of iPhone/iPad using MonoTouch?

How to get width and height of iPhone/iPad using MonoTouch? I need to get the width and height of iPhone/iPad using MonoTouch. How to get programmatically?

25 Mar at 07:39

UILabel with padding in Xamarin.iOS?

UILabel with padding in Xamarin.iOS? I'm trying to create a `UILabel` with padding in my Xamarin.iOS app. The most popular solution in native Objective-C apps is overriding `drawTextInRect`: As simple...

16 Jan at 15:39

Determine device (iPhone, iPod Touch) with iOS

Determine device (iPhone, iPod Touch) with iOS Is there a way to determine the device running an application. I want to distinguish between `iPhone` and `iPod Touch`, if possible.

4 Jan at 10:18

UIScrollView scroll to bottom programmatically

UIScrollView scroll to bottom programmatically How can I make a `UIScrollView` scroll to the bottom within my code? Or in a more generic way, to any point of a subview?

6 Aug at 11:50

How to set UITextField height?

How to set UITextField height? I am using a `UITextField`. I want to increase its height but I have not found any property to do this. How can I achieve this?

28 Feb at 01:31

Xamarin.Forms.Navigation.PopAsync() Does Not Pop Page

Xamarin.Forms.Navigation.PopAsync() Does Not Pop Page In Xamarin.Forms, when we use `Navigation.PopAsync()`, the page does not pop in iOS. After `PopAsync()` the same page remains.

24 Apr at 16:47

Set the maximum character length of a UITextField

Set the maximum character length of a UITextField How can I set the maximum amount of characters in a `UITextField` on the iPhone SDK when I load up a `UIView`?

Change button background color using swift language

Change button background color using swift language I am new to the swift language. Can someone tell me how to change the background color of a button using the swift language?

23 Dec at 20:19