All Projects → Yalantis → Pixpic

Yalantis / Pixpic

Licence: mit
PixPic, a Photo Editing App

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Pixpic

Pulltomakeflight
Custom animated pull-to-refresh that can be easily added to UIScrollView
Stars: ✭ 497 (-60.59%)
Mutual labels:  uiscrollview, yalantis
Pulltomakesoup
Custom animated pull-to-refresh that can be easily added to UIScrollView
Stars: ✭ 1,928 (+52.89%)
Mutual labels:  uiscrollview, yalantis
Recipes
🍣Making Recipes iOS app
Stars: ✭ 77 (-93.89%)
Mutual labels:  mvc
Calenstyle
Responsive Drag-&-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS & Windows Phone
Stars: ✭ 83 (-93.42%)
Mutual labels:  ios-app
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (-93.66%)
Mutual labels:  ios-app
Ubersignature
Provides an iOS view controller allowing a user to draw their signature with their finger in a realistic style.
Stars: ✭ 1,213 (-3.81%)
Mutual labels:  ios-app
Dprogram ios
做的一款小项目-编程宝典iOS版
Stars: ✭ 80 (-93.66%)
Mutual labels:  ios-app
My Ios
List of applications and tools that make my iOS experience even more amazing
Stars: ✭ 1,202 (-4.68%)
Mutual labels:  ios-app
Slidingtabbar
A custom TabBar view with sliding animation written in Swift.
Stars: ✭ 84 (-93.34%)
Mutual labels:  ios-app
Phphub Ios
PHPHub for iOS is the universal iPhone and iPad application for PHPHub
Stars: ✭ 1,223 (-3.01%)
Mutual labels:  ios-app
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-93.5%)
Mutual labels:  mvc
Android Target Tooltip
Create Toast like tooltips, but targets can be specified, plus custom properties and features
Stars: ✭ 1,221 (-3.17%)
Mutual labels:  toast
Ease
It's magic.
Stars: ✭ 1,213 (-3.81%)
Mutual labels:  uiscrollview
Sstoastmessage
SSToastMessage is written purely in SwiftUI. It will add toast, alert, and floating message view over the top of any view. It is intended to be simple, lightweight, and easy to use. It will be a popup with a single line of code.
Stars: ✭ 82 (-93.5%)
Mutual labels:  toast
Kales
Kotlin on Rails
Stars: ✭ 78 (-93.81%)
Mutual labels:  mvc
Fluttertoast
Flutter Toast
Stars: ✭ 84 (-93.34%)
Mutual labels:  toast
Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (-93.97%)
Mutual labels:  mvc
Silentscrolly
Scroll to hide navigationBar, tabBar and toolBar.
Stars: ✭ 79 (-93.74%)
Mutual labels:  uiscrollview
Nnjanebookview
仿简书个人主页多页面滑动视图。
Stars: ✭ 80 (-93.66%)
Mutual labels:  ios-app
Swift Design Patterns
🚀 The ultimate collection of various Software Design Patterns implemented in Swift [Swift 5.0, 28 Patterns].
Stars: ✭ 85 (-93.26%)
Mutual labels:  mvc

PixPic

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 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.

License

The MIT License (MIT)

Copyright (c) 2017 Yalantis

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].