Skip to content

SwiftWeather is an iOS app developed in Swift language.

License

Notifications You must be signed in to change notification settings

wozuo/SwiftWeather-1

 
 

Repository files navigation

SwiftWeather

SwiftWeather is an iOS app developed in Swift language. The app can support iPhone 4(s), iPhone 5(s), iPhone 6 and iPhone 6 Plus.

Screenshots

Loading

iPhone 4s

Swift Weather

iPhone 5s

Swift Weather

iPhone 6

Swift Weather

iPhone 6 Plus

Swift Weather

Notices

Because Apple keeps changing the Swift compiler, the current version can be compiled in Xcode 6 GM. I will update the code when Apple updates Xcode 6.

Used features

  • Swift Programming Language
  • CocoaPods
  • AFNetworking
  • Core Location

How to build

Because the app uses CocoaPods, we need to run pod install to install all the pods.

  1. Open Terminal app.
  2. Change directory to the project folder. cd $project_dir
  3. Use ls to list all the file to check whether Podfile file is in the folder?
  4. If the Podfile has been found, then execute pod install
  5. If the Mac OS doesn't have CocoaPods installed. Please follow CocoaPods Getting Started to install.
  6. Once complete installation, open Swift Weather.xcworkspace file with Xcode 6.
  7. Press Cmd + B to build the app.
  8. Press Cmd + R to run the app on Simulator.

Credits

  • Thanks to johnsonjake for adding iOS 8 support and improving the UI/UX.

About

SwiftWeather is an iOS app developed in Swift language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.5%
  • Objective-C 1.3%
  • Ruby 0.2%