AsyncDisplayKit Class Diagram(AsyncDisplayKit 类图)
2015-11-09 15:45:58 1 举报
AsyncDisplayKit is a famous iOS UI Framework published by facebook @2014, this diagram shows Class Diagram of AsyncDisplayKit
作者其他创作
大纲/内容
ASCommonCollectionViewDelegate
//This is a subset of UICollectionViewDelegate
ASButtonNode
ASTextNode *titleNodeASImageNode *imageNode
ASEditableTextNode
UITextView *textView
ASCollectionViewDataSource
- (ASCellNode *)collectionView:(ASCollectionView *)collectionView nodeForItemAtIndexPath:(NSIndexPath *)indexPath;optional:......
ASCollectionNode
ASCollectionView *view
ASDisplayNode
CALayer* layerUIView* viewBool layerBacked.....
- (void)addSubnode:(ASDisplayNode *)subnode......
ASTableViewDelegate
optional:- (void)tableView:(ASTableView *)tableView willDisplayNodeForRowAtIndexPath:(NSIndexPath *)indexPath......
UIScrollView
ASCommonTableViewDelegate
//This is a subset of UITableViewDelegate
ASTableViewDataSource
- (ASCellNode *)tableView:(ASTableView *)tableView nodeForRowAtIndexPath:(NSIndexPath *)indexPathoptional:......
ASScrollNode
UIScrollView *view
ASCommonTableViewDataSource
//This is a subset of UICollectionViewDataSource
ASTextNode
NSAttributedString *attributedString
UIScrollViewDelegate
......
ASControlNode
BOOL enabledBOOL highlightedBOOL tracking.....
- (void)addTarget:(id)target action:(SEL)action forControlEvents:(ASControlNodeEvent)controlEvents;......
ASScrollView
ASMultiplexImageNode
ASDealloc2MainObject
ASTextCellNode
NSString *text
ASCommonCollectionViewDataSource
ASImageNode
UIImage *image
ASCollectionView
id asyncDataSourceid asyncDelegate
ASCellNode
BOOL selected
UITableView
UICollectionView
ASTableView
ASCollectionViewDelegate
optional:- (void)collectionView:(ASCollectionView *)collectionView willDisplayNodeForItemAtIndexPath:(NSIndexPath *)indexPath......
NSObject
ASNetworkImageNode
0 条评论
回复 删除
下一页