- Setup Crashlytics
- Go to
Edit Scheme
and add environment variableFABRIC_KEY
to your key.
- Go to
This open sources the code base for my app Link Keyboard : My Links Everywhere available on App Store.
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.
Ayush Goel, [email protected]
This project is available under the MIT license. See the LICENSE file for more info.