# Swift **Repository Path**: sodazhcn/Swift ## Basic Information - **Project Name**: Swift - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Reusable Swift code ==================== This project provides some examples in Swift for iOS. With Swift now officially released, its general syntax should be familiar enough for most programmers to understand. Audience --------------------- As a developer, you should already be familiar with these pieces of code. This code is Open Source. It's Reusable. Use it in your apps. Features --------------------- The project features code-level examples for the following items: + Classes and Structures + Protocols and delegates + ActionSheet + AirDrop + AlertViewController + AVFoundation (QRCode) + QuartzCore (Animation with collision) + Calendar + Chat Peer to Peer + Check Connectivity + CollectionView + CoreAnimation (some examples) + CoreData (some examples) + CoreImage (CI Detector) + CoreLocation + DelegateWithNavigator + EventKitUI + Gesture (DoubleTap, Long Press, Pinch, Rotate, Swipe) + HideKeyboard + JSON Parse + MapKit + MediaPlayer + NSBlockOperation + NSFileManager + NSNotification + NSURLSession + NSUserDefault + SQLite + Segues (normal and custom segues) + Show Local IP + Show Remote IP + SocialFramework (Twitter and Facebook) + SpriteKit basic sample + SwiftLoginScreen (working with php webservice and JSON) + TabBarController + TableView + TableView with Property List + UIImagePickerControllerCamera (photo and video) + UILocalNotification + XIB working with Storyboard + XML (get data from XML) + XML (get data from AppStore) + iAdFramework (banner samples for your app) + iCloud I plan to write further additional examples and all developers are welcome to follow the project through Github. As a collaborative open-source effort, I also welcome feedback and contribution from others. Getting Started --------------------- Running in Xcode 8 and iOS 10 Usage --------------------- Individuals are welcome to use the code with commercial and open-source projects. Branches --------------------- master - The production branch. Clone or fork this repository for the latest copy develop - The active development branch. Pull requests should be directed to this branch License ---- [The MIT License (MIT)](https://github.com/claney/Swift/blob/master/LICENSE.md) Contributing ---- We'd love to see your ideas for improving this repo! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a [new GitHub issue](https://github.com/claney/Swift/issues/new) if you find bugs. :octocat: Please make sure to follow our general coding style and add test coverage for new features!