JackTeam / XHNewsFrameworkExample

XHNewsFramework是一个快速的集成和开发框架的新闻应用程序,在仿网易新闻应App的基础上完成的框架。XHNewsFramework is a fast integration and development of the framework of news app, base on Netease App build.
MIT License
424 stars 123 forks source link

能否提供XHContentView属性和方法的文档说明 #24

Open shift0106 opened 10 years ago

shift0106 commented 10 years ago

如- (void)pageWillAppear/- (void)pageDidAppear,

xhzengAIB commented 10 years ago

已经提供了这样的接口了!

xhzengAIB commented 10 years ago

https://github.com/JackTeam/XHNewsFrameworkExample/blob/master/Project/XHNewsFrameworkExample/Vendor/XHNewsFramework.framework/Versions/A/Headers/XHContentView.h#L54

shift0106 commented 10 years ago

我看接口名称的时候认为-(void)pageWillAppear/- (void)pageDidAppear会在XHContentView显示时调用,子类化后添加自己需要的行为却没有生效,不清楚接口的作用是什么

xhzengAIB commented 10 years ago

你需要super一下,都会调用的,

xhzengAIB commented 10 years ago

这里的设计上有些问题,我用了delegate来做数据加载的时机函数