Commit Graph

25 Commits

Author SHA1 Message Date
Looping 3c4de27ceb Update project structure 2017-08-09 02:12:30 +08:00
Looping 668133b3df Merge pull request #4 from olcayertas/patch-1
Fixed  #3
2017-08-08 12:51:01 -05:00
Olcay Ertaş 8eaa22e617 Fixed POP.h import
Original import statement was giving error:
#import <POP.h>
So I have changed it to:
#import <pop/POP.h>
2017-08-08 10:31:57 +03:00
Looping a811733e4a Fixed warnings 2017-06-09 02:29:33 +08:00
Looping 6b71952e45 Update project settings 2017-06-09 02:27:26 +08:00
Looping 9aeed43b8e Update Podfile format 2017-06-09 02:22:47 +08:00
Looping d2cf3306f6 v0.1.1 2015-03-10 22:53:43 +08:00
Looping 262ff55d3d Fixed issue #1 2015-03-09 17:42:26 +08:00
Looping 483e72cdfc Update dependencies for example project 2015-03-09 17:25:36 +08:00
Looping cc4af0a989 Update README format 2014-12-08 21:20:20 +08:00
Looping b77986598d Update README.md 2014-12-08 21:08:28 +08:00
Looping 2795887b44 Change animation fromValue to @(0.f) 2014-12-08 21:06:13 +08:00
Looping a42f05da0e Using POPBasicAnimation 2014-12-08 21:00:53 +08:00
Looping 0e975cef85 Update README.md 2014-11-02 23:50:52 +08:00
Looping cc360cc06f Change 'currentPageChanged' to 'currentPageChangedBlock' 2014-11-02 22:53:01 +08:00
Looping 3de11a9c80 Add .gif demo file 2014-11-02 22:19:41 +08:00
Looping 372ddb1ec0 Remove NSLog() output 2014-11-02 22:16:31 +08:00
Looping a52e32670f Fix a warning 2014-11-02 21:31:11 +08:00
Looping eb41a6f860 Add my avatar to make this project alive... :) 2014-11-02 21:29:05 +08:00
Looping ca7b4907de Fix TravisCI building error: no visible @interface for 'RCPageControlExampleTests' declares the selector 'measureBlock:' 2014-09-22 16:09:45 +08:00
Looping 8e701f6663 Add shared .xcscheme 2014-09-22 15:59:34 +08:00
Looping b8e24d825a Add .travis.yml 2014-09-22 15:46:23 +08:00
Looping 79e80b8082 Update Podfile.lock 2014-09-22 15:35:13 +08:00
Looping dba59d1394 Import project 2014-09-22 15:06:32 +08:00
Looping f0272b105c Initial commit 2014-09-15 21:44:01 +08:00