public marks

PUBLIC MARKS from an_ta with tags trick & change

2013

uinavigationcontroller - How to change the Push and Pop animations in a navigation based app - Stack Overflow

(via)
CATransition* transition = [CATransition animation]; transition.duration = 0.5; transition.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut]; transition.type = kCATransitionFade; //kCATransitionMoveIn; //, kCATransitionPush, kCATransitionReveal, kCATransitionFade //transition.subtype = kCATransitionFromTop; //kCATransitionFromLeft, kCATransitionFromRight, kCATransitionFromTop, kCATransitionFromBottom [self.navigationController.view.layer addAnimation:transition forKey:nil]; [[self navigationController] popViewControllerAnimated:NO];

2012

iphone - Change textColor in UISegmentedcontrol - Stack Overflow

(via)
for (id seg in [segment subviews]) for (id label in [seg subviews]) if ([label isKindOfClass:[UILabel class]]) [label setTextColor:[UIColor redColor]];

2011

2010

an_ta's TAGS related to tag trick

amazing +   animation +   app +   apple +   awesome +   bar +   blog +   Bud +   bug +   button +   capability +   cat +   cats +   cell +   change +   check +   checkout +   clip +   cocoa +   code +   color +   compare +   comparison +   control +   cool +   custom +   customize +   default +   design +   dominant +   drawing +   ear +   font +   forum +   free +   full +   fun +   furniture +   git +   google +   guide +   header +   how +   image +   important +   interview +   ios +   iphone +   label +   layer +   lite +   localization +   lock +   manliness +   mpvolumeview +   must +   navigation +   out +   programming +   promote +   question +   read +   res +   ring +   rotation +   scrolling +   sdk +   search +   segment +   shadow +   sites +   size +   switch +   tab +   tabbar +   table +   text +   timer +   times +   tip +   tips +   to +   tools +   trap +   tricks +   tutorial +   uimenuitem +   uislider +   uiswitch +   uitabbar +   uitableview +   useful +   vbox7 +   version +   very +   vibrate +   video +   view +   wasps +   work +