• Stars
    star
    379
  • Rank 113,004 (Top 3 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 13 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Stack Scroll View Panel like Twitter Ipad app for iOS developers [iPad]

StackScrollView Like Twitter iPad App

StackScrollView project is a demo app for creating view like twitter app for ipad, created by the mobile development team at raw engineering. Also checkout our FlipView Project

Note: this project is only for iPad under Xcode version 3.2.5

StackScrollView is a simple way to present a sliding view interface similar to Twitter's iPad App. It comprises of three classes, RootViewController,MenuViewController and StackScrollViewController.

StackScrollView supports :

  • Orientation (both Landscape & Portrait)

  • Swipe Gestures

  • Bouncing Effect

Installation

Add RootViewController,MenuViewController and StackScrollViewController files to your Xcode project.

Getting Started

StackScrollViewController is a main content area, to add view in StackScrollViewController you need to add your controller object in its method named

  • (void) addViewInSlider:(UIViewController*)controller invokeByController:(UIViewController*)invokeByController isStackStartView:(BOOL)isStackStartView;

parameter:

  • controller : object of a controller whose view should be added

  • invokeByController: object of a controller from where it has been invoked

  • isStackStartView : set this to TRUE/YES if you need to place this controller's view at very first position (Note: all the other view in view stack will be removed), set this to FALSE/NO if you need to place this controller's view in stack hierarchy

Help

Please submit your questions to the blog link provided below:

More Repositories

1

augmented-reality-view

Java
120
star
2

gmail-like-loading

Gmail iOS app like Loading view completely created using core animation.
Objective-C
118
star
3

custom-annotation

iOS annotation view with custom callout bubble
Objective-C
61
star
4

android-stack-scroll-view

Java
40
star
5

simple-json-parser-for-yajl

Simple JSON Parser For YAJL is a wrapper which allows you to parse the json data with event-driven model of SAX, but eliminating the implementation of the complex SAX interface ie. number of callback methods that will be called when events occur during parsing.
Objective-C
12
star
6

json-to-objective-c

JSON to ObjC model generation
Objective-C
9
star
7

mock-kue

mock out kue
JavaScript
6
star
8

Builtio-DevOps

Builtio DevOps
JavaScript
5
star
9

jive-admin-utilities

jive-admin-utilities
5
star
10

smart-tags-input

Allows you to easily turn any text input (entered within double curly braces) into β€˜smart tags’
JavaScript
4
star
11

BuiltIOBackend-iOS

BuiltIO Backend iOS Framework
Objective-C
4
star
12

NewsApp-iOS

Sample News app (in Swift) using Contentstack SDK.
Objective-C
3
star
13

AutomationFramework

JavaScript
3
star
14

built.io-geoquery-playground

A simple playground to demonstrate geo query capabilities of built.io
JavaScript
2
star
15

built.io-todo-ios

A simple iOS todo app built using built.io as backend
Objective-C
1
star
16

angular-contentstack

AngularJS module for Built.io Contentstack - Content Delivery API
JavaScript
1
star
17

BuiltIOBackend-Android

HTML
1
star
18

built.io-potg-android

The Projects-On-The-Go Android App
Java
1
star
19

built.io-js-sdk-bower

Built.io Backend JS SDK for Bower
1
star
20

built.io-android-tutorial-facebook-demo

This tutorial demonstrates how to sign in a user to built.io using their facebook account.
Java
1
star
21

BuiltIOContentstack-iOS

BuiltIO Contentstack iOS Framework
Objective-C
1
star
22

built.io-android-gcm-push-demo

built.io supports notifications for iOS and Android. In Android, push notifications are provided by the GCM (Google Cloud Messaging) Service. To setup GCM, follow: http://developer.android.com/google/gcm/gs.html
Java
1
star
23

built.io-ios-tutorial-built-login

This sample project demonstrates how to use the BuiltUILoginController that sets you up with a standard UI to login a user to your app.
Objective-C
1
star