IOS之通知NSNotificationCenter的使用
KVO是IOS的重点,必须非常熟练
通知的写法很多,重点掌握NSNotificationCenter
在TabBarView
第一步 : 发送通知 使用post方法,创建对象是一个单例写法,像defeat或者shared都是调用单例
//1.发送通知
[[NSNotificationCenter defaultCenter] postNotificationName:@"HMTabBarButtonDidChangeNotification" object:nil userInfo:@{
@"HMTabBarSelectIndex":@