Setup
- Setup Crashlytics
- Go to
Edit Scheme
and add environment variableFABRIC_KEY
to your key.
- Go to
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:
- Custom Keyboard to put URLs in your input.
- 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.