2013年1月7日

Ruby: case 语句的使用

摘要: case n when 0 then puts 'Nothing' when 2, 7, 10 then puts 'Other Numbers' else puts 'There is nothing here'endcase name when "Jason" then puts "Hello Jason you are a valued customer, welcome back." when "Peter" then puts "Hello Peter very ni 阅读全文

posted @ 2013-01-07 23:15 小浪鼓 阅读(3572) 评论(0) 推荐(0) 编辑

UISearchDisplayController animate Cancel button

摘要: FUCK, SHIT, etc. 一系列脏话,日了等。为啥,因为烦的要命。主要是碰到了一个问题,我要在UIsearchBar的左边加一个按钮,这样UISearchBar的width就变小窄了。但是每次点击Cancel的时候,UISearBar又填充了整个视图的宽度。如下图:解决方法:-(void)searchDisplayControllerWillBeginSearch:(UISearchDisplayController*)controller{// animate the search bar to the left ie. x=0[UIView animateWithDuration: 阅读全文

posted @ 2013-01-07 17:01 小浪鼓 阅读(877) 评论(0) 推荐(0) 编辑

Unsupported configuration plain style unsupported in a navigation item

摘要: 在IB上,如果你在bar button Item上添加了Round Rect Button 可能会出现这个错误,这是需要将 BarbuttonItem设置成:Bordered 阅读全文

posted @ 2013-01-07 13:32 小浪鼓 阅读(2289) 评论(2) 推荐(0) 编辑

导航