Magic Studio

专心做有逼格的APP!

2014年12月25日 #

iOS7修改UISearchBar的Cancel按钮的颜色和文字

摘要: 两行代码搞定:[[UIBarButtonItem appearanceWhenContainedIn: [UISearchBar class], nil] setTintColor:[UIColor whiteColor]]; [[UIBarButtonItem appearanceWhenC... 阅读全文

posted @ 2014-12-25 18:28 Mr 布鲁斯 阅读(2583) 评论(0) 推荐(0)

UISearchDisplayController

摘要: //// FirstViewController.swift// SearchDisplayDemo//// Created by Bruce Lee on 24/12/14.// Copyright (c) 2014 Dynamic Cell. All rights reserved.//... 阅读全文

posted @ 2014-12-25 01:11 Mr 布鲁斯 阅读(476) 评论(0) 推荐(0)

导航