2011年8月10日

在UINavigationBar中添加左箭头返回按钮

摘要: 在iPhone里面最讨厌的控件之一就是UINavigationBar了。这个控件样式修改不方便,连添加按钮也特别麻烦。下面的例子是如何手动添加带箭头的按钮:UINavigationItem *item = [navBar.items objectAtIndex:0];UINavigationItem *back = [[UINavigationItem alloc] initWithTitle:@... 阅读全文

posted @ 2011-08-10 17:46 风乔 阅读(746) 评论(0) 推荐(0) 编辑

google local api

摘要: //{"responseData":// {"results":[// {"GsearchResultClass":"GlocalSearch",// "viewportmode":"computed",// "listingType":"local",// "lat":"22.557413",// "lng":"113.940843",// "a 阅读全文

posted @ 2011-08-10 10:12 风乔 阅读(298) 评论(0) 推荐(0) 编辑

导航