Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

PixPic, a Photo Editing App

License

NotificationsYou must be signed in to change notification settings

Yalantis/PixPic

Repository files navigation

PixPic, a Photo Editing App Built by Our iOS Interns

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 onour 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 outthe 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 ServerCrashlog - CrashliticsBuild delivery - FabricDatabase - Parse local storageServerside - Parse serverAuthorization 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.

License

The MIT License (MIT)

Copyright (c) 2017 Yalantis

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 THESOFTWARE.


[8]ページ先頭

©2009-2025 Movatter.jp