[开源APP推荐] PixPic – A Photo Editing App

PixPic - A Photo Editing App

What's the best way to teach interns how to write an iOS app? Just let them do it! This app is the result of our interns’ collaboration. This app was created for educational purposes and we used all our common practices just like we do when creating commercial apps. Read more about AGILE on our blog.

We followed gitflow approach and merge requests in order to check the code. This approach let our senior developers share their valuable expertise with interns. Delivering builds for testing was automated through Continuous Integration Server. One of our mentors pretended to be a customer who came to us with an idea for an app. While we were working on the app, he regularly received new builds - in time and after each sprint. Guys went the whole way from an idea and basic design concept to generating provisioning profiles and certificates and deploying the final build to iTunes Connect. Here’s where you can check out the app itself.

We improved the MVC architecture offered by Apple by providing special Router class for every View Controller to decrease coupling and separate different parts of the logic inside of the app. All dependency injections and data transferring go through Routers.

Technology Stack

Continuous Integration - Xcode Server Crashlog - Crashlitics Build delivery - Fabric Database - Parse local storage Serverside - Parse server Authorization service - FBSDK

Used libraries

Toast - An Objective-C category that adds toast notifications to the UIView object class.

SVPullToRefresh - These UIScrollView categories make it easy to add pull-to-refresh and infinite scrolling functionalities to any UIScrollView (or any of its subclasses).

DateTools - A dropdown iOS notification view

MBProgressHUD - An easy to use iOS progress indicator that includes both fixed and indeterminate styles.


[开源APP推荐] PixPic – A Photo Editing App_第1张图片
[开源APP推荐] PixPic – A Photo Editing App_第2张图片
[开源APP推荐] PixPic – A Photo Editing App_第3张图片
[开源APP推荐] PixPic – A Photo Editing App_第4张图片
[开源APP推荐] PixPic – A Photo Editing App_第5张图片
[开源APP推荐] PixPic – A Photo Editing App_第6张图片

源码下载:

http://www.ioscodehub.com/2016/08/15/%E5%BC%80%E6%BA%90app%E6%8E%A8%E8%8D%90-pixpic-a-photo-editing-app/

敬请关注:www.ioscodehub.com

微信订阅号:iOSAppOpenSource

[开源APP推荐] PixPic – A Photo Editing App_第7张图片

你可能感兴趣的:([开源APP推荐] PixPic – A Photo Editing App)