Displaying 1 to 20 from 67 results

ARKit-Sampler - Code examples for ARKit.

  •    Swift

ARKit-Sampler is a collection of ARKit samples. A simple AR with 3 lines code.

Awesome-CoreML-Models - Largest list of models for Core ML (for iOS 11+)

  •    HTML

We've put up the largest collection of machine learning models in Core ML format, to help iOS, macOS, tvOS, and watchOS developers experiment with machine learning techniques. We've created a site with better visualization of the models CoreML.Store, and are working on more advance features. If you've converted a Core ML model, feel free to submit an issue.

iOS-11-by-Examples - 👨🏻‍💻 Examples of new iOS 11 APIs

  •    Swift

Code examples for new APIs of iOS 11. Note: The project requires Xcode 9, Swift 4 and iOS 11.

SwiftMessages - A very flexible message bar for iOS written in Swift.

  •    Swift

SwiftMessagesSegue is a subclass of UIStoryboardSegue that integrates directly into Interface Builder as a custom modal segue, enabling view controllers to take advantage of SwiftMessages layouts, animations and more. SwiftMessagesSegue works with any UIKIt project — storyboards are not required. Refer to the View Controllers readme below for more information. And check out our blog post Elegant Custom UIViewController Transitioning to learn a great technique you can use to build your own custom segues that utilize UIViewControllerTransitioningDelegate and UIViewControllerAnimatedTransitioning.




Disk - Delightful framework for iOS to easily persist structs, images, and data

  •    Swift

Disk is a powerful and simple file management library built with Apple's iOS Data Storage Guidelines in mind. Disk uses the new Codable protocol introduced in Swift 4 to its utmost advantage and gives you the power to persist structs without ever having to worry about encoding/decoding. Disk also helps you save images and other data types to disk with as little as one line of code. Disk requires iOS 9+ and is compatible with projects using Swift 4.0 and above. Therefore you must use at least Xcode 9 when working with Disk.

LoadingShimmer - An easy way to add a shimmering effect to any view with just one line of code

  •    Swift

An easy way to add a shimmering effect to any view with just single line of code. It is useful as an unobtrusive loading indicator. This is a network request waiting for the framework, the framework to increase the dynamic effect, convenient and fast, a line of code can be used. To run the example project, clone the repo, and run pod install from the Example directory first.

SPStorkController - Now playing controller from Apple Music, Mail & Podcasts Apple's apps.

  •    Swift

Controller as in Apple Music, Podcasts and Mail apps. Simple adding close button and centering arrow indicator. Customizable height. Using custom TransitionDelegate. Alert you can find in SPAlert project. The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

WhatsNew - Showcase new features after an app update similar to Pages, Numbers and Keynote.

  •    Swift

WhatsNew automatically displays a short description of the new features when users update your app. This is similar to what happens in Apple's apps like Pages, Numbers, Keynote, iMovie and TestFlight. Simply list your new features (with optional icons), customize the appeareance and when to show it (only on major updates for example).


Cards - Awesome iOS 11 appstore cards in swift 4.

  •    Swift

Cards brings to Xcode the card views seen in the new iOS XI Appstore. If you encounter any problems or have any trouble using Cards, feel free to open an issue. I'll answer you as soon as I see it.

ARShooter - A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)

  •    Swift

ARShooter is an open source Augmented Reality shooter made with ARKit and written in Swift. Hence, it is only useable with iOS 11. For more details on how to get started with ARKit and make your own AR Shooter, take a look at the complementary (and complimentary) tutorial.

ARPaint - Draw with bare fingers in the air using ARKit

  •    Swift

ARPaint demonstrates how to draw in the air with bare fingers using ARKit and Vision libraries introduced in iOS 11. Read this article: iOS ARKit Tutorial: Drawing in the Air with Bare Fingers for detailed description of how this code work and how to get started with ARKit.

iOS-11.1.2-15B202-Jailbreak - iOS 11.1.2 (15B202) Jailbreak

  •    C

Load and run the XCode project or sideload the IPA using Cydia Impactor. For more complete / visual instructions see the iOS_jailbreak_writeup.pdf "How to jailbreak your phone" section. Note: It is recommended to sideload the app, and leave it running (code signing problems will arise if the app is closed). If you run the jailbreak from XCode, don't disconnect the cable, as it will also cause code signing problems. A fix for this is scheduled for .4.

Instagram - A simple imitation of Instagram  app .

  •    Swift

A native and simple imitating Instagram iOS app. It must run in iPhone 8 - iPhone X without landscape direction. This app is still in development. This app use Parse server to save and load user info. Sign in and up both will save user in UserDefault because AppDelegate class will check which page user should go if the app dosn't exist in backend. To see more detail in source code.

iOS11-NFC-Example - 📱 Example showing how to use the Core NFC API in iOS 11 and later.

  •    Swift

A quick example showing how to use the Core NFC API in iOS 11 and Swift 4. In order to work with NFC-tags, it is fundamental to understand the NDEF (NFC Data Exchange Format) specification. Whenever CoreNFC discovers a new tag, the didDetectNDEFs delegate method will provide an array of NDEF messages ([NFCNDEFMessage]). Usually, there is only one NDEF message included, but the specification keeps it flexible to provide multiple messages at the same time.

FaceCropper - :scissors: Crop faces, inside of your image, with iOS 11 Vision api.

  •    Swift

To run the example project, clone the repo, and run pod install from the Example directory first. FaceCropper is available under the MIT license. See the LICENSE file for more info.

HapticButton - A button that is triggered based on the 3D Touch pressure, similar to the iOS 11 control center

  •    Swift

HapticButton replicates the behavior of the buttons in the iOS 10 and 11 Control Center as well as in the Home app. A device with 3D Touch is required to fully experience the haptic feedback on supported devices. It is implemented as a subclass of UIControl, so feel free to further customize it to your needs. The example project shows how to set up HapticButton in a few different ways.

ARGitHubCommits - Show your GitHub commit records in 3D with ARKit and SceneKit

  •    Swift

Show your GitHub commit records in 3D with ARKit and SceneKit. Listed in Awesome ARKit now.

torch2coreml - Torch7 -> CoreML

  •    Python

This tool helps convert Torch7 models into Apple CoreML format which can then be run on Apple devices. If you want to run tests, you need MacOS High Sierra 10.13 installed.