Skip to content

Commit 95f421a

Browse files
committed
Update readme
1 parent b1e3e01 commit 95f421a

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#[GM-GRID-VIEW](http://www.gmoledina.ca/projects/gmgridview/)
22

3-
"Definitely looks like one to watch" [ManiacDev.com]
3+
"**Definitely looks like one to watch**" [ManiacDev.com]
44

5-
"Looks like the best 3rd party implementation I have seen so far" [iosDevWeekly.com]
5+
"**Looks like the best 3rd party implementation I have seen so far**" [iosDevWeekly.com]
66

77
---
88

@@ -22,28 +22,33 @@ New feature requests are welcome. (ping [@gmoledina](http://twitter.com/gmoledin
2222

2323
---
2424

25-
Fresh from the baking oven:
25+
**Fresh from the baking oven**:
2626

27-
* The component now inherits from UIScrollView and changing the scroll delegate is now allowed
27+
* The component is now shipped as a static library
28+
* The component now inherits from UIScrollView and changing the scroll delegate is now allowed!
2829
* Support for different item sizes per interface orientation
29-
* Support for iOS 4
30-
* Paging!! 2 horizontally paged layout strategies added
31-
* shaking animation on items when in edit mode
3230

33-
Coming soon:
31+
**Coming soon**:
3432

3533
* Changing the zoom scale dynamically (when pinching to go fullscreen)
34+
* Better performance of items scalling on pinch
3635
* More customization options
3736

37+
3838
---
3939

40-
Requirements:
40+
**Consider making a small donation to [support future developement](http://www.gmoledina.ca/projects/gmgridview/) of this component.**
41+
42+
---
43+
44+
45+
**Requirements**:
4146

4247
* iOS 4 and up
4348
* Xcode 4.2 (GMGridView uses ARC)
4449
* Frameworks: Foundation, UIKit, CoreGraphics and QuartzCore
4550

46-
Features - General:
51+
**Features - General**:
4752

4853
* Works on both the iPhone and iPad (best suited for iPad)
4954
* Works on both portrait and landscape orientation
@@ -53,16 +58,19 @@ Features - General:
5358
* Gestures work great inside of the scrollView
5459
* 4 different layout strategies (Vertical, Horizontal, Horizontal Paged LTR/TTB)
5560
* Possibility to provide your own layout strategy
61+
* Paging!! 2 horizontally paged layout strategies added
62+
* shaking animation on items when in edit mode
63+
* Changing the scrollview delegate is allowed!
5664
* Demo app provided, with options panel
5765

58-
Features - Sorting:
66+
**Features - Sorting**:
5967

6068
* Perform a long-touch on a view to be able to move it
6169
* Two different animation styles ("Swap" or "Push")
6270
* Sorted view has a shake animation (can be disabled)
6371
* Only one UIPanGestureRecognizer and one UILongTouchGestureRecognizer used to track ALL views
6472

65-
Features - Fullsize:
73+
**Features - Fullsize**:
6674

6775
* Pinch, rotate and drag views using 2 fingers
6876
* Switch to fullsize mode on the view at the end of these gestures if the view scaled enough

0 commit comments

Comments
 (0)