Difference Between Try, Try? and Try!
When I started learning Swift I couldn’t understand why there are different ways to handle exceptions/errors. The previous experience in[…]
Read moreLet’s Discover iOS World Together
When I started learning Swift I couldn’t understand why there are different ways to handle exceptions/errors. The previous experience in[…]
Read moreIn my game NBackGame, I implemented ScrollView and ScrollViewReader to scroll up every time users taps the button.
Read moreScrollView is a useful view especially when you’re not sure how big the view will be and you want to[…]
Read moreYou know how to use the button for UI Tests from this post. Now it’s time to create a custom[…]
Read moreIf you’re writing a UI test, the first things you’ll need to use are buttons and taps on them.
Read moreThis year, again Apple organized Swift Student Challenge for students to present their programming skills and passion for programming. I’m[…]
Read more