I find most of the examples boring. This is why I decided to build full-fledged application as example. It contains all you would expect from real application - UI, network, logic.. but also localizations and configured laurine generator.
If you would like to use any part of the project for your personal projects, or use it as template if you are just starting with development, you are very welcome to do that.
Example uses pods which are checked in, so please open Laurine.xcworkspace instead of .xcodeproj.
If you do fullsearch for
.Localizations
, you will find all the tricks in the code.
The example is connected to GitHub open API and feeds the data in real-time. I made the example so it lists all the contributors to this repository. It is basically Hall of Fame. If you want to be in, lets build the best library together.
List of contributors
Contributor detail
Example uses another tool that I made - Warp - to bind properties and relationships, but without actual database. Check it out!
Or, if you would like to know me better, check out my portfolio.
##Licence
The MIT License (MIT)
Copyright (c) 2015 Jiří Třečák
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.