Tribute To Abdul Sattar Edhi
This tribute is created by me using information from Wikipedia.
See the Pen Abdul Sattar Edhi Tribute Page by Jawad Rashid (@jawadrashid2011) on CodePen.
This tribute is created by me using information from Wikipedia.
See the Pen Abdul Sattar Edhi Tribute Page by Jawad Rashid (@jawadrashid2011) on CodePen.
Show the Local Weather This app gets the current location in coordinates form from ipinfo using ip for the user and uses that to get weather information from openweathermap.org. Then it changes background based on weather condition. This page uses geolocation to display the current weather for the user and changes background based on the…
Introduction This is part 1 of the tutorial to development with Swift. This series of tutorial is a step by step text tutorial of the course on Udacity titled “Intro to iOS Development With Swift”. This course is a very introductory course to swift programming and does not assume that you know objective-c(language used by apple for…
This is part 4 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 3 is here. In the previous tutorial we had added button to start recording with an image of microphone, added text to show when recording is in…
Introduction Space Shooter is a top down Shoot’em up game where you control a space ship and you can move or shoot to dodge incoming rocks and enemy ships. You can shoot rocks or enemy ships to score points. You can move anywhere on the screen to dodge or shoot where the obstacles/enemies drop from…
This is part 7 and final part of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 6 is here. In this tutorial we will finish off the app by adding two more buttons in audio playback to change the pitch…
This is part 3 of the swift iOS Programming series. You should read part 1 and part 2 before attempting this tutorial. This course is based on Udacity swift programming course and it is basically a text version of the videos present in Udacity. Last time we had just started exploring Xcode not let’s jump and…