Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 976 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 976 Bytes

Setup

  • Setup Crashlytics
    • Go to Edit Scheme and add environment variable FABRIC_KEY to your key.

What is this repository for?

This open sources the code base for my app Link Keyboard : My Links Everywhere available on App Store.

Why should I care?

Reading the code can give you some insights into iOS development. Here are some feature implementations you can find in this code that might be helpful to you:

  • The code base is written entirely in Swift.
  • Uses two types of extensions and thus explains their workings too:
    1. Custom Keyboard to put URLs in your input.
    2. Share extension to get URLs from other apps.
  • Use of custom framework in iOS.
  • Animation using constraints.

Author

Ayush Goel, ayushgoel111@gmail.com

License

This project is available under the MIT license. See the LICENSE file for more info.