GithubHelp home page GithubHelp logo

flexslidingview's Introduction

Flexible Sliding View iOS SDK

FlexibleSlidingView (FSV) iOS SDK is an open source library using the MIT license that runs natively on iOS 7.1 or greater.

The library implements a container view controller class that manages two UIViewController objects. The main view controller manages the main view. The sliding view controller manages a view that slides on top of the main view. Though it has also the capability to push the main view.

![FSV demo video](FSV Demo.gif)

Main Features

  • sliding view can slide in from bottom, left, right and top
  • sliding view can slide above main view or may push main view
  • when in "push mode" views can keep their sizes or are resized to fit into the container view controller's view
  • a sliding view that slides above the main view can optionally darken the main view when the sliding view's size is larger than its minimum size
  • sliding view can be positioned by the user between programmatically specified limits or can snap to the limits

Installation

Clone from GitHub and integrate the project "FlexibleSlidingView.xcodeproj" found in the "Library" folder into your project and link its library to your project.

To access the source header files you have to include in your projects header path the path to the "Library" directory. Add

  • #import "FlexibleSlidingView/FSVContainerViewController.h",
  • #import "FlexibleSlidingView/FSVDimension.h"
  • #import "FlexibleSlidingView/FSVRelativePositioning.h" and/or
  • #import "FlexibleSlidingView/FSVSlidingStyle.h"

to your files.

The FSV SDK makes no use of any other libraries than the ones found in the iOS SDK.

Demo

An app is integrated in the repository that shows the usage and features of the FSV SDK. Open the file "FlexibleSlidingView.xcworkspace" with Xcode, build and run the app either on an iPhone, iPad or a simulator.

The app's action button opens a view that lets you manipulate the behaviour of the managed views.

flexslidingview's People

Watchers

 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.