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

4.2 +   amazing +   animation +   app +   apple +   application +   awesome +   bar +   biography +   blog +   bug +   button +   cat +   cats +   cell +   certificate +   change +   check +   checkout +   clip +   cocoa +   code +   color +   compare +   control +   cool +   custom +   customize +   default +   down +   drawing +   font +   forum +   free +   full +   fun +   furniture +   git +   google +   guide +   help +   how +   ill +   image +   important +   interview +   ios +   iphone +   job +   label +   layer +   link +   lite +   localization +   lock +   manliness +   mpvolumeview +   must +   navigation +   out +   programming +   promote +   question +   read +   reorder +   rotation +   sdk +   search +   segment +   sites +   size +   slow +   source +   switch +   tab +   tabbar +   table +   text +   timer +   tip +   tips +   to +   toolbar +   tools +   tricks +   tutorial +   uislider +   uiswitch +   uitabbar +   uitableview +   uitextfield +   useful +   vbox7 +   version +   very +   vibrate +   video +   view +   wings +   work +