public marks

PUBLIC MARKS from an_ta with tags ios & cool

2019

2017

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 ios

7 +   animation +   animations +   app +   apple +   apps +   architecture +   audio +   auto +   background +   bar +   blog +   blur +   calayer +   cell +   change +   check +   checkout +   cocoa +   code +   color +   component +   components +   control +   controls +   cool +   core +   crash +   customization +   design +   development +   download +   effect +   facebook +   free +   games +   graphics +   guide +   how +   icons +   image +   images +   important +   ios7 +   ipad +   iphone +   itunes +   layer +   layout +   library +   load +   marketing +   must +   mvvm +   navigation bar +   notifications +   objective c +   os +   out +   parse +   programming +   promote +   Purchase +   push +   read +   remote +   review +   rotate +   sdk +   share +   sheet +   sizes +   source +   spotify +   store +   table +   tax +   taxes +   test +   tips +   to +   tool +   touch +   trick +   tricks +   tutorial +   tutorials +   twitter +   uicollectionview +   uiimage +   uiscrollview +   uitableview +   update +   useful +   very +   video +   view +   work +   xcode +   youtube +