Giter Club home page Giter Club logo

interfaces's Introduction

Side Bar

A sample project to create a Side Bar navigation system with a Storyboard and autolayout. This side bar features a bounce effect which is what seems to be missing from most side bar implementations since the UIScrollView has a bounce effect.

List View

Sample project which uses a UICollectionView with a horizontal flow layout to implement what is often done by rotating a UITableView to achieve horizontal scrolling. Using UICollectionView is surprisingly easy.

Paging Dogs

The initial launch sequence for some apps features a series of screens which can be paged through to give the user a quick introduction to what the app does and how it should be used. This sample project shows how that series of screens can be implemented.

Status View

Showing the status with a UIAlertView can be a big jarring and it typically requires the user to tap a button to dismiss it. This status view appears at the top momentarily so the user can see the status without being required to dismiss it. It supports rotation by ensuring it's position is set in response to rotation events.

Multiple Storyboards

A sample project to show how to segment a project with multiple storyboards. Sometimes when a project has lots of screens and multiple people are working on the project it is best to separate the application into sections so developers can work with separate storyboard documents and avoid having to merge changes, which can be a challenge with these types of documents which are not as trivial to merge as source files can be.

Flying Modals

The basic modal which either slides up from the bottom or flips into view is a bit dated now and more interesting modals can be done with features introduced in iOS 5. A couple of examples are implemented in this sample project.

Stacks

Using Autolayout and constraints to stack a series of views can be a challenge so this sample project shows how it is done. Normally this would be done with a UITableView but sometimes these views are meant to be static and not scroll with user interaction at all. This sample project is an implementationw which attaches constraints to line up a series of views as a stack of views.

TextAllTheThings

An experiment to add links and other details to text fields.

Growing Image View

Base class to allow an UIImageView to fill the screen with a larger image with a simple tap gesture.

Unwinding

Programmatically perform an unwind segue without setting it up in a storyboard.

License: BSD


Brennan Stehling
SmallSharpTools
@smallsharptools (App.net)
@smallsharptools (Twitter)

interfaces's People

Contributors

brennanmke avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.