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 +   auto +   awesome +   bar +   bed +   blog +   bug +   button +   c +   car +   cat +   cats +   cell +   change +   check +   checkout +   clip +   cocoa +   code +   collection +   color +   compare +   control +   cool +   custom +   customize +   default +   default.png +   drawing +   fit +   font +   food +   forum +   free +   full +   fun +   furniture +   git +   google +   gradients +   guide +   how +   image +   important +   interview +   ios +   iphone +   label +   layer +   lite +   localization +   lock +   manliness +   md5 +   mpvolumeview +   must +   navigation +   out +   programming +   promote +   question +   read +   reading +   rotation +   sdk +   search +   segment +   sites +   size +   switch +   swizzle +   tab +   tabbar +   table +   text +   timer +   tip +   tips +   to +   tools +   tricks +   tutorial +   uislider +   uiswitch +   uitabbar +   uitabbarviewcontroller +   uitableview +   uiview +   useful +   vbox7 +   version +   very +   vibrate +   video +   view +   work +   wrap +