Hannah Troisi
c857e809f4
Clean up header comments (for consistent Facebook licensing info) ( #1741 )
...
[Licensing] Clean up header comments (for consistent Facebook licensing info)
2016-06-11 23:31:39 -07:00
Michael Schneider
521786cf64
Fix disappearing of social app example divider
...
UITableViewCell traverses through all its descendant views and adjusts their background color accordingly either to [UIColor clearColor], although potentially it could use the same color as the selection highlight itself. After selection, the same trick is performed again in reverse, putting all the backgrounds back as they used to be. But in our case, we don't want to have the background color disappearing so we reset it after highlighting or selection is done.
2016-05-30 15:02:59 -07:00
Scott Goodson
15a4e18844
[Examples] Officially add tvOS to podspec, ensure Podfiles correctly show minimum supported version 7.0 instead of 7.1
2016-04-22 20:29:52 -07:00
Michael Schneider
563e52bb6a
Fix Podfile is missing target for samples
2016-04-21 11:07:08 -07:00
Hannah Troisi
dbad1c38e5
[ASEnvironment - Layout] Fixes to upward propagation of ASLayoutable properties.
2016-04-02 15:03:43 -07:00
Hannah Troisi
6c4af53434
Revert project changes for Social App Example
2016-03-23 23:25:26 -07:00
Hannah Troisi
c2e5db85ae
[SocialAppLayout example] update to use ASTextNode's passthroughNonlinkTouches property
2016-03-23 21:32:05 -07:00
Michael Schneider
9291372c7f
Show status bar in examples
2016-03-02 06:53:55 -08:00
Michael Schneider
7dd2fbfad1
Overall improvements for the SocialAppLayout example
2016-02-24 20:18:20 -08:00
Scott Goodson
df3ce787f7
Ensure that the uncommon __unloadNode codepath does not unintentionally trigger node removal.
2015-12-29 23:11:33 -08:00
Luke Parham
5e34f10b81
added sample app that initializes ASCollectionView cells using view controllers, wip though
2015-12-08 21:57:14 -06:00
Scott Goodson
a47a1b8c2a
Bump podspec to 1.9.3. Remove Cocoapods-generated workspace files.
2015-12-06 20:32:21 -08:00
Levi McCallum
af60009992
Update social app to use new text node API
2015-11-30 06:46:53 -08:00
appleguy
6ea01d66a4
Merge pull request #857 from nguyenhuy/ImproveSocialAppLayoutSample
...
Trigger a relayout once the media image of PostNode in SocialAppLayout is loaded
2015-11-28 16:01:14 -08:00
Scott Goodson
18dffb41e8
Fix an issue that could cause the view / layer to be created early by -clearContents.
2015-11-19 17:10:06 -08:00
Huy Nguyen
52c45cf5e3
Trigger a relayout once the media image of PostNode in SocialAppLayout is loaded
2015-11-17 18:09:16 +02:00
Vitaly Baev
d143aba6c2
changed deployment target and device family in SocialApp example
2015-11-06 19:38:30 +03:00
Vitaly Baev
318bb0342a
fix Travis-CI build for SocialApp example
2015-11-06 19:02:09 +03:00
Vitaly Baev
19c2e8b2e3
Fixed copyright in SocialApp example
2015-11-06 17:11:39 +03:00
Vitaly Baev
78293ad785
Added example of typical social app layout example
2015-11-06 17:09:11 +03:00