public marks

PUBLIC MARKS from an_ta with tag trick

2017

2016

2014

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

an_ta's TAGS related to tag trick

amazing +   animation +   answer +   app +   apple +   awesome +   bar +   blog +   bottle +   bug +   button +   capabilities +   cat +   cats +   cell +   change +   check +   checkout +   clip +   cocoa +   code +   color +   compare +   control +   cool +   custom +   customize +   default +   drawing +   ear +   event +   font +   forum +   free +   full +   fun +   furniture +   git +   google +   guide +   horizontal +   how +   how to +   image +   important +   interview +   ios +   iphone +   label +   layer +   lite +   localization +   lock +   manliness +   money +   mpvolumeview +   must +   mute +   navigation +   out +   programming +   promote +   question +   read +   ring +   rotation +   sdk +   search +   segment +   set +   shoe +   sites +   size +   switch +   tab +   tabbar +   table +   text +   timer +   tip +   tips +   title +   to +   tools +   trap +   tricks +   tutorial +   uislider +   uiswitch +   uitabbar +   uitableview +   useful +   vbox7 +   version +   very +   vibrate +   video +   view +   wake +   work +