Vince Yuan
+
The way to stop UIView animations
2011-07-18
#import <QuartzCore/QuartzCore.h> [self.view.layer removeAllAnimations];
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus
Follow @vinceyuan
Blogs
Profiling memory usage of a Go app
Solving the SSL root certificates issue
Managing Docker images with tags
Docker Tricks and Tips
Restoring/Backing up Postgres Database in a Docker Container
Deploying a Web App, Redis, Postgres and Nginx with Docker
High memory usage of Emojis on iOS
Starting Node.js App Automatically on Boot
A Weird Reason Why iOS App is Rejected
Build SQLCipher on Mac OS X
Do Not Use CoffeeScript
Can't dismiss keyboard on iPad (Solution inside)
Can't change UITableView background colour on iPad (Solution Inside)
Validate Mac App Store Receipt 2012
Debug Ruby on Rails with Aptana Studio 3
Rebuilding Code Sense and Syntax Highlighting on Xcode 4
Diff and Merge Localizable.strings in git
Keyboard notification bug on iOS 5
Scroll NSScrollView(Mac) to Top
Wrong info from proc_pidinfo
Let Several Apps Use the same Facebook App ID
Xcode 4 and Git
Add Tool Tip to Controls with Xcode4
The way to stop UIView animations
Showing an animation when NSView loading
Making Your Mac App Support Full Screen in 1 Minute
Implementing Fade-In Fade-Out animation in NSView on Mac OS X
Decreasing the iPhone/iPad app size
Change the parameter order in Objective-C formatting string
Programming with Core Animation on Mac
Time Machine error (caused by Mac OS X Lion)
Steps to install Mac OS X Lion on external hard drive
Projects
leetcode_solutions_go
leetcode_solutions
DockerizingWebAppTutorial
WatchTicTacToe