Quantcast
Channel: UIColor – MOBILE PROGRAMMING
Browsing all 4 articles
Browse latest View live

How to Change UIWebview’s background color in iPhone Xcode?

Unlike other UIViews, the UIWebview’s opaque property is set to true by default. That should be set to false for changing the background color. [myWebView setOpaque:NO];...

View Article



Image may be NSFW.
Clik here to view.

How to create a radioGroup in Android inside a Scrollview?

Here is a sample code that creates a radiobutton group inside a scrollview. Please make sure you have a scrollview in your UI and its linked. // This function adds the radio buttons inside the...

View Article

Image may be NSFW.
Clik here to view.

Google Maps – iOS, Location tracking, Custom Markers, Multiple Markers...

You know for using Google Maps,we need an API Key. You can check Google Maps for Android here… So for that we need to register in Google Developer Console.     Once you get your API Key. we can start...

View Article

Convert Hex String to UIColor in Swit 3

Here is a simple ulility function to convert a hex color string to UIColor in iOS in Swift 3. static func hexStringToUIColor (hex:String) -> UIColor { var cString:String = hex.trimmingCharacters(in:...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images