ReadmeCritic
4eabb06eaa
[readme] fix typo
2017-01-31 19:22:33 -08:00
Adlai Holler
d7670780b2
Fix Deleting Sections Issue ( #2962 )
...
* Add data source to main project
* Remove the idea of deletingSectionsOfKind – always delete all kinds
* Move comment into assertion
2017-01-31 15:39:10 -08:00
Hannah Troisi
7f7f28385d
[ASNodeController] First implementation of node controller class ( #2945 )
...
* [ASNodeController] initial commit for node controller class
* create <ASInterfaceState> protocol, -[ASDisplayNode interfaceDelegate], and use these to forward to ASNodeController
* rename ASInterfaceStateDelegate, fix setting in it ASNodeController.mm
2017-01-31 14:27:02 -08:00
Brandon Withrow
17d9808b55
Update README.md
2017-01-31 13:22:03 -08:00
Huy Nguyen
b3663476e6
Disable background deallocation on iOS 8 and below ( #2954 )
...
- The crash mainly occurs on these old iOS versions (~93%) and p6.16.1. There might be a client code issue that causes this crash, but it's hard to tell if it also crashes on newer iOS versions AND p6.17.
- Let's disable this feature for now and re-investigate if it resurfaces on p6.19 and iOS 9/10.
2017-01-31 08:15:28 -08:00
Peter
51c4d15c9f
no message
2017-01-31 18:08:16 +03:00
Peter
eaa061add0
no message
2017-01-31 18:07:58 +03:00
Peter
bf311fed75
no message
2017-01-31 15:14:48 +03:00
Peter
9f89633d03
no message
2017-01-31 15:14:32 +03:00
Peter
d0a9b00844
no message
2017-01-31 14:43:11 +03:00
Peter
49a478b2e7
no message
2017-01-31 14:43:03 +03:00
Peter
33b2a2e0da
no message
2017-01-31 14:42:27 +03:00
Peter
60a3e8314f
no message
2017-01-31 14:42:15 +03:00
Peter
b5f298977c
no message
2017-01-31 14:41:50 +03:00
Peter
3da3ebe3e2
no message
2017-01-31 00:28:16 +03:00
Adlai Holler
38aac9d019
IGListKit Support II: Electric Boogaloo ( #2942 )
...
* Reimplement IGListKit support in a cleaner way
* Rename and fix some stuff
* Fix supplementaries more
* Update docs
* Update test
* Cleanup minor things
* Tweak it
* Indentation
* Remove irrelevant changes
* Break out cell into its own file
* Fix indentation
* Address feedback
2017-01-30 11:16:59 -08:00
Hannah Troisi
34338cadeb
[Examples] Rename node variables for clarity ( #2946 )
2017-01-29 10:36:34 -08:00
Brandon Withrow
3eca0369f7
Update README.md
2017-01-27 16:53:19 -08:00
Brandon Withrow
97b1649e0d
Build Error
2017-01-27 16:38:08 -08:00
Brandon Withrow
8cc238666a
Merge branch 'master' of github.com:airbnb/lottie-ios
2017-01-27 16:25:15 -08:00
Brandon Withrow
2dbceb898e
Update Podspec
2017-01-27 16:22:43 -08:00
Brandon Withrow
65a98c1e5d
Update README.md
2017-01-27 16:20:14 -08:00
Brandon Withrow
8d7c7452f5
Added non-cocoapod project
2017-01-27 16:13:01 -08:00
Brandon Withrow
c92157a951
UYpdate podspec
2017-01-27 16:01:55 -08:00
Brandon Withrow
cfe8d99220
Updated Browser
2017-01-27 16:00:47 -08:00
Adlai Holler
295ed22c23
Improve Our Handling of Flow Layout Headers/Footers ( #2939 )
...
* Rejigger our flow layout supplementary support to make more sense.
* Support old protocol
* Update
* Update deprecation message
* Undeprecate insetForSection method, because it actually _does_ still work
* Update the tests
* Remove irrelevant junk
* Remove cast, add pragma
2017-01-27 15:58:43 -08:00
Brandon Withrow
716075f9be
Update Tag
2017-01-27 13:49:44 -08:00
Brandon Withrow
38fd2aa2d3
Initialized CocoaPod
2017-01-27 13:18:00 -08:00
Brandon Withrow
7ade3d0f29
Update PodSpec
2017-01-27 13:08:34 -08:00
Brandon Withrow
ce19ded175
Update .gitignore
2017-01-26 18:13:09 -08:00
Brandon Withrow
a0564274b4
Update gitIgnore
2017-01-26 17:38:45 -08:00
Brandon Withrow
1555dcee33
Update Podfile
2017-01-26 17:16:19 -08:00
Hannah Troisi
7d68ce33bb
add the enum direct comments back ( #2936 )
2017-01-26 16:39:54 -08:00
Brandon Withrow
2455e7d238
Readme Update
2017-01-26 13:36:57 -08:00
Brandon Withrow
c464660f5e
Updated App Icon
2017-01-26 13:22:45 -08:00
Brandon Withrow
d74c9d249a
Converted to a CocoaPod
2017-01-26 12:20:43 -08:00
Brandon Withrow
1505caf27d
Updated Readme
2017-01-26 11:27:42 -08:00
Brandon Withrow
97070860ea
Update README.md
2017-01-25 17:50:51 -08:00
Brandon Withrow
a776ade0f1
Update README.md
2017-01-25 17:49:59 -08:00
Brandon Withrow
32c27849b0
Merge pull request #13 from brandon-withrow/btw/newExampleApp
...
Updated readme and example app.
2017-01-25 17:49:32 -08:00
Brandon Withrow
59debe94a2
Updated readme and example app.
2017-01-25 17:48:49 -08:00
Michael Schneider
e143942d22
[ASDisplayNode] Overall code cleanup and restructuring ( #2931 )
...
* First round of ASDisplayNode cleanup: Move together sections that are related
* Cleanup hierarchy and interface state
2017-01-25 16:41:42 -08:00
Hannah Troisi
f01bf9d178
fix pagerNode to automatically scale to bounds size when rotated ( #2933 )
2017-01-25 16:29:25 -08:00
Adlai Holler
c0950e0f8e
Fix test failure caused by collection views lingering ( #2935 )
2017-01-25 14:24:36 -08:00
Brandon Withrow
3fce622cec
Merge pull request #12 from brandon-withrow/btw/bugfix
...
Fix bug with animated time and project settings
2017-01-25 13:55:26 -08:00
Brandon Withrow
62d73931a1
Fix bug with animated time and project settings
2017-01-25 13:53:52 -08:00
Adlai Holler
79f3aa5f3b
Disable flaky test ( #2934 )
2017-01-25 13:20:33 -08:00
appleguy
b8872c24db
[AsyncDisplayKit] Fix a few comment typos and minor compiler strictness warnings. ( #2932 )
2017-01-25 12:53:13 -08:00
Brandon Withrow
a0237c844d
Merge pull request #11 from brandon-withrow/btw/layertimecontrols
...
Updated Animation Time Handling
2017-01-25 12:10:49 -08:00
Brandon Withrow
1879787e4a
Updated Animation Time Handling
2017-01-25 12:09:51 -08:00