Skip to content

SwiftWeather is a small iOS app developed by Swift language.

License

Notifications You must be signed in to change notification settings

yx-skywell/SwiftWeather

 
 

Repository files navigation

SwiftWeather

SwiftWeather is a small iOS app developed by Swift language.

##Screenshots Loading

Swift Weather

Used features

  • Swift Programming Language
  • Cocoapods
  • AFNetworking
  • Core Location

Unknown issues

  • Might not work on iOS 8 beta Simulator (or device) due to the Core Location issues.
  • Can not set font size for UILabel in Storyboard.
  • Can not change the status bar's colour.

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. List all the file to check whether Podfile file is in the folder? ls
  4. If found the Podfile, 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. Since there are some issues with iOS 8 Simulator (or device?), use iOS 7/7.1 to test the app.

About

SwiftWeather is a small iOS app developed by Swift language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published