1. Open Source Library Allowing You To Easily Record What's Happening In A UIView

A library that allows you to record what is happening within a UIView into a movie file stored within the app bundle.

You can find Glimpse on Github here.

A nice easy way to record video showing what happens within a view.

2. Open Source Control Allowing You To Add A Customizable Row Of Keys To The iOS Keyboard

An open source control that allows you to add an easily customizable row of keys above the iOS keyboard that behave just like native keyboard keys.



And the keys were defined with the following code:

[quayboardBar addKeyWithValue:@"1"];[quayboardBar addKeyWithValue:@"2"];[quayboardBar addKeyWithValue:@"3"];
[quayboardBar addKeyWithValue:@"4"];[quayboardBar addKeyWithValue:@"5"];[quayboardBar addKeyWithTitle:@"?" andValue:@"\t"];

You can find Quayboard on Github here.

A great way to easily add a customizable row of keys.

If you've created, or come across any iOS developer resources that you'd like to share you can submit them in below comment section.


Thanks for reading this.

I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C