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.
Here is a simple ulility function to convert a hex color string to UIColor in iOS in Swift 3.
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 with Integrating Google Maps in our app. I am going to show how we can… Read More »
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 scrollview. Here I am using some of my variables to generate the count of radio buttons. Please make sure to… Read More »
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.