• Stars
    star
    114
  • Rank 298,420 (Top 7 %)
  • Language
    Objective-C
  • License
    Apache License 2.0
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

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

Repository Details

Recreate the Twitter navigation controller pager.

BWTitlePagerView

Recreate the Twitter navigation controller pager.

BWTitlePagerView

Using it

BWTitlePagerView *pagingTitleView = [[BWTitlePagerView alloc] init];
pagingTitleView.frame = CGRectMake(0, 0, 150, 40);
pagingTitleView.font = [UIFont systemFontOfSize:18];
pagingTitleView.currentTintColor = [UIColor redColor];
[pagingTitleView observeScrollView:self.scrollView];

[pagingTitleView addObjects:@[ [UIImage imageNamed:@"tux"], [UIImage imageNamed:@"tux"] ]];

Or

[pagingTitleView addObjects:@[ @"messages", @"friends" ]];
    
self.navigationItem.titleView = pagingTitleView;

Contact

Bruno Wernimont

More Repositories

1

BWStatusBarOverlay

BWStatusBarOverlay is a custom status bar overlay window.
Objective-C
328
star
2

NoteItIOS

Ios markdown notebook
Objective-C
292
star
3

FormKit.m

Not maintained anymore
Objective-C
272
star
4

BaseKit

BaseKit is a set of IOS class to make your life easier.
Objective-C
265
star
5

BWObjectMapping

Small library that parse almost automatically JSON and map it to any object, works with NSManagedObject.
Objective-C
128
star
6

TableKit.m

Create table view with blocks based syntax.
Objective-C
50
star
7

ITWLoadingPanel

Drop in classes for adding a download info panel
Objective-C
15
star
8

BWAFNetworking

Restfull http library inspired by the great RestKit and based on top of Afnetworking.
Objective-C
14
star
9

BWSelectViewController

Controller that show a list of items that can be selectable.
Objective-C
12
star
10

BWObjectSerializer

Small library that transform an object into a dictionary that can be send to a web service.
Objective-C
10
star
11

SwiftUILocalNotification

How to embed a SwiftUI view in Notification Content Extension
Swift
7
star
12

BWLongTextViewController

Simple IOS controller that show a full screen textView with keyboard
Objective-C
6
star
13

sammy-rails

This gem provides a generator to install Sammy and his plugin into your Rails 3 application.
Ruby
5
star
14

BWObjectRouter

Small library that generate route with static or dynamic data.
Objective-C
5
star
15

DroneVR

iOS Parrot bebop app
Swift
2
star
16

raicebook

This gem add a lot of usefull facebook helper for rails
Ruby
2
star
17

BWAttributedString

BWAttributedString
Objective-C
1
star
18

easymin

Ruby
1
star
19

ITWSyncController

ITWSyncController is a class that help you to manage app synchronization.
Objective-C
1
star
20

wadmin

Free html5 css3 admin template
1
star
21

rails-template

Rails template script for creating rails app
Ruby
1
star
22

TTRemoteDataExample

Demonstrate how to load image, XML and JSON with Three20 for the iPhone
Objective-C
1
star
23

bwafnetworking_server

Ruby
1
star
24

updated_after

Ruby
1
star
25

TTTableViewControllerExample

Simple example of table view controller with three20
Objective-C
1
star
26

TTPostControllerExample

Demonstrate how to play with TTPostController composer
Objective-C
1
star