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
Erekle
03f193c58b
Merge remote-tracking branch 'facebook/master' into ASVideoPlayerNode
2016-05-22 13:49:36 +04:00
Jonas Schmid
94b88ad1ab
Removed DevelopmentTeam setting in sample ( #1682 )
2016-05-19 13:20:37 -07:00
Erekle
8c8fc3dba0
Adding ASVideoPlayerNode
2016-05-17 11:08:53 -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
4e8d835280
[ASDKgram example update] addressed PR comments
...
- overrode the -(void)fetchData method in PhotoCellNode.m to download the photo’s comments. This method gets called with the PhotoCellNode enters ASInterfaceStateFetchData, which is set by the rangeController.
- UIKIT COMPARISON: I left the comment bulk download (for all photos in a page load) in the PhotoFeedViewController side for UIKit because when implemented in the PhotoTableViewCell, each cell jumped around as it changed size when it came on screen.
- minor appearance updates
- updated color scheme
- fixed status bar style to darkBackgroundColor
- cleaned up layoutSpecThatFits: in PhotoCellNode
2016-04-14 00:52:05 -07:00
Hannah Troisi
23d00d40e1
[New Example] 500pxgram
...
- added UIActivityMonitor
- added simple NSCache for UIKit tab
2016-04-11 19:04:05 -07:00
Hannah Troisi
89ab6b38fc
[New Example] 500pxgram updates
...
- added UIKit autolayout to UIKit PhotoTableViewCell
2016-04-11 13:31:31 -07:00
Hannah Troisi
44d483b7fe
[New Example] 500pxgram updates
...
- addressed all comments in PR except autolayout of UIKit code
2016-04-10 23:34:41 -07:00
Hannah Troisi
decb623d38
Merge remote-tracking branch 'facebook/master' into 500pxgram
2016-04-10 21:46:51 -07:00
Scott Goodson
ccddb36ed9
[ASDisplayNode] Ensure that Visible interfaceState is cleared on removal from hierarchy for rasterized elements.
2016-04-07 14:10:34 -07:00
Hannah Troisi
7a5c64f59e
Removed resetDataModel on tab switching.
2016-04-05 21:59:16 -07:00
Hannah Troisi
50bb7d9386
- Partial implementation of feature resetPhotoFeedModel when switching between UIKit / ASDK tabs.
...
- Replaced NSData data fetches with NSURLSession
2016-04-04 20:43:07 -07:00
Hannah Troisi
caf2e43d57
ASDKgram Refactoring
...
- replace ASTableView's nodeForRowAtIndexPath: with nodeBlockForRowAtIndexPath: (performance gain because nodeBlock can be called concurrently)
- replace scrollViewDidScroll: method for determining when to loadPage for ASTableView’s data model with ASBatchContext
2016-04-04 18:46:50 -07:00
Hannah Troisi
55efc4cfb3
Final code cleanup
2016-03-29 14:53:42 -07:00
Hannah Troisi
f1dbc45cef
Move NavigationController and statusBarOpaqueUnderlayView to AppDelegate
2016-03-29 13:13:20 -07:00
Hannah Troisi
53741a4e0a
cleaned up model, view files
2016-03-29 13:00:44 -07:00
Hannah Troisi
0f4481718c
Changed UITableViewController to UIViewController
2016-03-29 00:50:52 -07:00
Hannah Troisi
112bfa8e71
Switched ASDKViewController from UIViewController to ASViewController, renamed files.
2016-03-29 00:04:08 -07:00
Hannah Troisi
d96582913a
excluded questionable photos from 500px data source endpoint call. removed unneeded files for ASDK example.
2016-03-28 23:00:32 -07:00
Hannah Troisi
b5e502fbc9
[Examples: ASDKgram] Initial commit of a new sample app - a 500px photo feed / social app using layout specs and nodes.
2016-03-28 21:31:37 -07:00