Reputation: 1480
I was wondering what's the best way of making UIViews that will run through your main view Similar to the stock view in iPhone notification center (picture link below). What's the best practice? Any memory management required once the objects are out? Any tutorial link or explanation is appreciated. Ross
http://cdn.gottabemobile.com/wp-content/uploads/iPhone-4S-Notification-Center.jpg
Upvotes: 0
Views: 127
Reputation: 43330
EDIT: if you're looking for a stock ticker like marquee label, I've had success with these two controls in the past: http://cocoacontrols.com/platforms/ios/controls/marqueelabel And http://cocoacontrols.com/platforms/ios/controls/cltickerview
Upvotes: 1