.gitignore | 100644 | 0 | 0 | | | 154 Bytes | f1b548c084204faf6b35d0e63a5f905075307decc3484b08297133ce5428e9a5 |
Gemfile | 100644 | 0 | 0 | | | 105 Bytes | 77dad9b873e0a462a22a2371a8e4d0a1c08c14ef753a0d363dfb30734149c91f |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | b1f5b6f80f8052f1ec294f26e3f2f2036adc9cccbacf8fb203cb53f1f5528530 |
README.md | 100644 | 0 | 0 | | | 3.14 KB | 1967cb03a1297a326ffcf9f98afbac8b221a3226a29312ad6dcf201bb0895bff |
Rakefile | 100644 | 0 | 0 | | | 28 Bytes | 5d20ab6abd8a77e0db94f9599c1ee015db492045de53207641ace9bca4862f24 |
lib/motion-wizard.rb | 100644 | 0 | 0 | | | 287 Bytes | 3f6b5f97d0d3fe28fffaf702498afb27986d85081eeb90c821dfa2787dc9fa01 |
lib/motion-wizard/animation_strategy/base_animation_strategy.rb | 100644 | 0 | 0 | | | 523 Bytes | 349def6f49fcbededc1639bbd5300ab0bfbb43b447d214b1c76f1d591793446c |
lib/motion-wizard/animation_strategy/ios7_slide_left_to_right.rb | 100644 | 0 | 0 | | | 661 Bytes | 8f5f1eb752d3f6bcf973ac6f756c3ef552185cdef4659bff48d72614c1eedb98 |
lib/motion-wizard/animation_strategy/ios7_slide_right_to_left.rb | 100644 | 0 | 0 | | | 661 Bytes | e625d85e6fa205a2ca96c2e92bca425d40429925beb2bee4bd5bb25ddd045724 |
lib/motion-wizard/animation_strategy/left_to_right.rb | 100644 | 0 | 0 | | | 172 Bytes | 59f79e8afe1457001149ef154051206e6518509194a2201f5398985db49405c2 |
lib/motion-wizard/animation_strategy/none.rb | 100644 | 0 | 0 | | | 216 Bytes | 69e93f6a31ad069d1a0a3517d5b4b21469a44b2ac47adb14e68e98a1d6c8cb7d |
lib/motion-wizard/animation_strategy/right_to_left.rb | 100644 | 0 | 0 | | | 171 Bytes | d517db33405e945366d85c5f7b62d3e58616ba0a1230f1c2c357ef92d8212b88 |
lib/motion-wizard/animation_strategy/slide_animation.rb | 100644 | 0 | 0 | | | 736 Bytes | 839d82d987dfc950a963d363552597d4247ddc076e48a29c4007d6fbea40aa9d |
lib/motion-wizard/controllers/content_controller.rb | 100644 | 0 | 0 | | | 432 Bytes | a4c775e313db88f1b74b94b271fc667ede4c85b9dca19da8b61d371c321a816c |
lib/motion-wizard/controllers/wizard_view_controller.rb | 100644 | 0 | 0 | | | 4.49 KB | 4ba165631b7dc4be7ce39761627741414218f20877c209d1456d9635f668c873 |
lib/motion-wizard/lib/forwardable.rb | 100644 | 0 | 0 | | | 296 Bytes | a16a246c67eb6fd06034e165def740344a135d5de08895f7e732727fc5418c42 |
lib/motion-wizard/views/index_item_view.rb | 100644 | 0 | 0 | | | 1.07 KB | 3ec5e8958868984bf5ae02eb1718d7ea2f8307abe606a6ba27eda28bebc6a24d |
lib/motion-wizard/views/wizard_navigation_bar.rb | 100644 | 0 | 0 | | | 1.5 KB | 297daab1001ec7616ba4ce3f248a1547b7ae4fa82e08b9a6ed4fb8d1e755270f |
motion-wizard.gemspec | 100644 | 0 | 0 | | | 887 Bytes | 51c9ca9ac001493660ec237bdc3fb69dcaecea0b25f42fe434b0eddc78dce234 |
samples/wizard-1/.gitignore | 100644 | 0 | 0 | | | 169 Bytes | 369b2f9c643ba2429cbc88a28f436be825c29da492ada344afa8df40af021ab8 |
samples/wizard-1/Gemfile | 100644 | 0 | 0 | | | 157 Bytes | d455a19a8e7fad6758892e6041d1124a062a85b555a549fb0a9e17bab0ca3a2b |
samples/wizard-1/Rakefile | 100644 | 0 | 0 | | | 403 Bytes | 8fd4d4f73abd87a520238930585ebbadd0f2e5ef2b339dd181d247198f98bfee |
samples/wizard-1/app/app_delegate.rb | 100644 | 0 | 0 | | | 281 Bytes | 0e8c3521eb5b4692f255326a29ab7afd613ad0e1445512b9b095df7694233806 |
samples/wizard-1/app/controllers/steps_view_controller.rb | 100644 | 0 | 0 | | | 2.18 KB | 66d26c737842537bdf99d0bf75829024762db8480e510b1b197f024206241626 |
samples/wizard-1/app/controllers/wizard_1_view_controller.rb | 100644 | 0 | 0 | | | 876 Bytes | 57d44e7b944bc30a776c100b3bbad46104b129fcd1906d0a31520c895e42b388 |
samples/wizard-1/app/views/styles/steps.rb | 100644 | 0 | 0 | | | 2.76 KB | 6e27e636cbac7945d20458163e7a1ff72c10abe68d573c87bc24a288b753ab8f |
samples/wizard-1/app/views/styles/wizard_1_view_controller.rb | 100644 | 0 | 0 | | | 1.04 KB | b55b246a29f155ab2b47f3f0d1bf0c37265c1a9dc245e67299b6ef51bcc43807 |
samples/wizard-1/resources/Default-568h@2x.png | 100644 | 0 | 0 | | | 1.62 KB | 3b99b9a640e487efb4accd0d0b288042748e164d64173c4fa79b4f2bd9bf9305 |
samples/wizard-1/spec/main_spec.rb | 100644 | 0 | 0 | | | 168 Bytes | 4604fb8823010f46d4d08dc60d14ebc598c6e03a4f43372d7bce39453a4f6acf |
samples/wizard-2/.gitignore | 100644 | 0 | 0 | | | 169 Bytes | 369b2f9c643ba2429cbc88a28f436be825c29da492ada344afa8df40af021ab8 |
samples/wizard-2/Gemfile | 100644 | 0 | 0 | | | 157 Bytes | d455a19a8e7fad6758892e6041d1124a062a85b555a549fb0a9e17bab0ca3a2b |
samples/wizard-2/Rakefile | 100644 | 0 | 0 | | | 554 Bytes | 62f3e60b5afd6181a497b8f250f493246cb358882f329b1b6a2729e65cd7c76d |
samples/wizard-2/app/app_delegate.rb | 100644 | 0 | 0 | | | 395 Bytes | cbf37567f1378825dcd5c9d66c50168f13c7e8a3e2ba2ec6a951c2454ec7ce78 |
samples/wizard-2/app/controllers/steps_view_controller.rb | 100644 | 0 | 0 | | | 1.15 KB | 08aaf83b3656fd3bbb7de15601700a0406d2d5580c3aa5f93c5ba504299349b2 |
samples/wizard-2/app/controllers/wizard_2_view_controller.rb | 100644 | 0 | 0 | | | 777 Bytes | f88a9ce946847d9821a970eeb70b1a556c491933cc7bb6cd86eff80f94cfbee1 |
samples/wizard-2/app/views/my_custom_index_item_view.rb | 100644 | 0 | 0 | | | 480 Bytes | 5dfc65cada1042d6145a8fa1f06f7160fb6b3d4f469d3f037bf835cd57a1a1d7 |
samples/wizard-2/app/views/styles/handlers.rb | 100644 | 0 | 0 | | | 249 Bytes | 26dc18470e8d92de0f834cd3bff725c33cf4a5e53c0edecfd9194b4b96692ee3 |
samples/wizard-2/app/views/styles/index_item.rb | 100644 | 0 | 0 | | | 803 Bytes | 34cc48f8dc0bfd2c298d6b4d9ee5f8299077cfc259ad04e12dd23b5cfd9783ca |
samples/wizard-2/app/views/styles/steps.rb | 100644 | 0 | 0 | | | 1.34 KB | 99fb391debe17869f0862eff53e7bb7502092a27ce2975d5928cbe925a419cd8 |
samples/wizard-2/app/views/styles/wizard_view_controller.rb | 100644 | 0 | 0 | | | 133 Bytes | 94273dad04fe5df1853d8cee159decf8c161621bb587e829cd528bbfc3ad2408 |
samples/wizard-2/resources/Default-568h@2x.png | 100644 | 0 | 0 | | | 1.62 KB | 3b99b9a640e487efb4accd0d0b288042748e164d64173c4fa79b4f2bd9bf9305 |
samples/wizard-2/resources/background-568h@2x.png | 100644 | 0 | 0 | | | 467 KB | 66b596a64e09b58739bfa6b09313b04c3f2cbdb92c8710f6a353e4893f32c834 |
samples/wizard-2/resources/background.png | 100644 | 0 | 0 | | | 157 KB | a36839cd5b3b4c78ae28d2d67085abc920b170d6c2f92625e5b8f9f3dd89253a |
samples/wizard-2/resources/background@2x.png | 100644 | 0 | 0 | | | 796 KB | cf32fa5945f69d68e618a9bf640d635aa46bd8437cd1f204d0735818ad01135b |
samples/wizard-2/resources/button.png | 100644 | 0 | 0 | | | 2.34 KB | c0723eeb29b042fed71e40f64026cb07eebcb25bccb3c35fb646c3a1ecb3232c |
samples/wizard-2/spec/main_spec.rb | 100644 | 0 | 0 | | | 168 Bytes | b34ddeadb865b7d0e3bbaab9c488287d9eaf3f3985ee820b16631ac98099dc03 |
wizard-1.gif | 100644 | 0 | 0 | | | 363 KB | 41a55d581a71a6c976bf48fb940d18f27f76fa7cdc971588c691ec3d9627cdad |
wizard-2.gif | 100644 | 0 | 0 | | | 392 KB | 55c6b4f27512c5b8fd3c28a04db1daf6e0f79862313d099ea8fde15817d78ca7 |