Tuesday 9 May 2017

how to enable unit test cases for already existing project in swift 3


First of all just add new Target via File > New > Target... and select iOS Unit Testing Bundle. Done.

No comments:

Post a Comment

Remove bottom line in navigation bar

navigationController ?. navigationBar . setBackgroundImage ( UIImage (), for: . any , barMetrics: . default )          navigat...