public marks

PUBLIC MARKS from an_ta with tags trick & useful

2017

2016

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];

Customizing MPVolumeView Appearance

(via)
for (id current in volumeView.subviews){ if ([current isKindOfClass:[UISlider class]]) { UISlider *volumeSlider = (UISlider *)current; // customization code } }

2012

2011

an_ta's TAGS related to tag trick

amazing +   animation +   app +   apple +   awesome +   bar +   blog +   bug +   button +   cat +   cats +   cell +   change +   check +   checkout +   clip +   cocoa +   code +   color +   compare +   control +   cool +   cracks +   custom +   customize +   default +   drawing +   flash +   font +   football +   forum +   free +   full +   fun +   furniture +   git +   google +   guide +   how +   image +   important +   interview +   ios +   iphone +   label +   labels +   layer +   lite +   localization +   lock +   manliness +   milk +   mpvolumeview +   must +   navigation +   out +   programming +   promote +   question +   read +   remote +   rename +   ripple +   rotation +   row +   scroll +   sdk +   search +   see +   segment +   site +   sites +   size +   switch +   tab +   tabbar +   table +   task +   text +   timer +   tip +   tips +   to +   tool +   tools +   tricks +   tutorial +   uilabel +   uislider +   uiswitch +   uitabbar +   uitableview +   useful +   vbox7 +   version +   very +   vibrate +   video +   view +   work +