Using a temporary is normal way, try something new :]
[Read More]
How to center text vertically in an UITextView by using Swift3?
I create a custome text view called by: VerticallyCenteredTextView
[Read More]
UIImage displays wrong orientation, what is solution?
Some time UImage show wrong orientation, and it make you annoyed!!!
[Read More]
How to impove performance when scrolling UITableView/UICollectionView?
There are multiple ways to impove the scrolling for UITableView/UICollectionView, today I will give my way to solved it, hope it will help you guys a little bit:
Now we should think about: Why we got lagging when scroll your table view or collection view
[Read More]
How to create a blur or grayscale UIImage by using Swift3?
Basically we are using CIFilter for everything
[Read More]
How to compress an UIImage by using Swift3?
Following:
[Read More]
How to localise a string from CocoaPods by using Swift3?
Last time I already introduced to how to localized in a simple project:
[Read More]
How to detect an UIImage is containing any face by using Swift3?
Face Detection:
[Read More]
How to align an image in UIButton to right side by using Swift3?
Everything you need is:
[Read More]
How to show some warnings when added //TODO //FIXME //ERROR in Xcode?
If you make a note in xcode, and you dont want to miss that, there are some solution for that, I will show you one:
[Read More]
How to create an updating mechanism for an iOS application by using Swift3?
The idea is we checking the current version on AppStore and the version on your app, if they are not equal then make an updating!!!
[Read More]
How to make an UIColor from HEX by using Swift3?
We create a new construction method for UIColor:
[Read More]
How to detect that a string is containing an emoji by using Swift3?
We can do like this:
[Read More]
How to align vertical the image and the title in an UIButton by using Swift3?
Following code below:
[Read More]
How to make a paged UICollectionView?
The layout for our UICollectionView looks like:
[Read More]
Different .plist files for different environments in Xcode?
If you have question like this title of this post, so you are my audience
[Read More]
How to setting Swift Compiler Flags in CocoaPods?
Someday your boss ask you to have staging server and production server to make data be pure, so you will find out this code for your api:
[Read More]
How to set placeholder text color for UITextField by using Swift3?
Worked on UI is interesting part of iOS development
[Read More]
How to go to iOS settings from your applications by using Swift3?
OK let’s do something like this:
[Read More]
How to set background color for status bar in iOS application by using Swift3?
There are many way to do, I show a trick, don’t follow me :D
[Read More]