iOS and Cocoa goodies
284.3K views | +2 today
Follow

AMAttributedHighlightLabel - mention/hashtag/link highlighting

From github.com

AMAttributedHighlightLabel - A UILabel subclass with mention/hashtag/link highlighting.

 

https://github.com/rootd/AMAttributedHighlightLabel

 

Bertie Liu's comment, May 28, 2013 9:00 AM
this reminds me some classic attributed labels

MTStatusBarOverlay - a custom iOS status bar overlay

From github.com

This class provides a custom iOS (iPhone + iPad) status bar overlay window known from Apps like Reeder, Google Mobile App or Evernote. It currently supports touch-handling, queuing of messages, delegation as well as three different animation modes.

 

https://github.com/myell0w/MTStatusBarOverlay

 

No comment yet.

Capture a Signature on iOS

From www.nearinfinity.com

"The Square Engineering Blog has a great article on Smoother Signatures for Android, but I didn't find anything specifically about iOS. So, what is the best way to capture a users signature on an iOS device?

 

Although I didn't find any articles on signature capture, there are good implementations on the App Store. My target user experience was the iPad application Paper by 53, a drawing application with beautiful and responsive brushes.

 

All code is available in the Github repository: SignatureDemo."

KGStatusBar: A minimal status bar for iOS. Similair to the status bar seen in the MailBox app.

From github.com

A minimal status bar for iOS. Similair to the status bar seen in the MailBox app. It covers the top status bar and appears like the message is embedded within.

Vincent Demay's curator insight, March 22, 2013 3:35 AM

✔Sourceshttps://github.com/kevingibbon/KGStatusBar

vishal dharmawat's curator insight, March 27, 2013 12:57 AM

customto custom status bar to cover the top status bar and appears like the message is embedded within.

Excora's comment, April 29, 2013 7:25 AM
This is not allowed by the App Store Review

DPMeterView : custom Gauge View

From github.com

Presents values in a custom gauge-style meter view with delightful animations

 

It should be easy to fill a shape with a color, to visually reflect a percentage.

 

There is plenty of examples where it can be useful:

simple progress bar viewstars rating viewemotion viewtrend value view

MPNotificationView - mimics iOS6 notifications

From github.com

An in-app notification view that mimics the iOS 6 notification views which appear above the status bar. Compatible with iOS 4.3 and above.



















Features:

Animation and layout similar to iOS 6 notificationsProvides two UILabels and an UIImageViewSimple APIEnqueues multiple notifications and shows them with a default duration of 2 seconds.

CLCascade: Another Stack Controller

From github.com

CLCascade is a library to create twitter-like UI in iPad apps created by AppUnite.com TEAM.

Bertie Liu's comment, January 12, 2013 8:59 AM
this is quite classic
Vincent Demay's comment, January 13, 2013 6:49 AM
You right. It is!
Trupti Nandani's curator insight, November 29, 2014 6:52 AM

Menu

KLNoteViewController : A control that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app

From github.com

Vincent Demay's curator insight, January 3, 2013 6:18 AM

A control that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app


✔Sourceshttps://github.com/KieranLafferty/KLNoteViewController

Scott Davis's curator insight, January 9, 2013 9:59 AM

An Evernote like control that stacks your ViewControllers into a neat deck of vertically stacked cards.

Trupti Nandani's curator insight, November 29, 2014 6:55 AM

Evernote