iPhone and iPad Development
46
notes and tips on iPhone Development
Follow
Rescooped by vishal dharmawat from iPhone onto iPhone and iPad Development
Scoop.it!

ThermoDock takes your temperature with the iPhone | Ubergizmo

ThermoDock takes your temperature with the iPhone | Ubergizmo | iPhone and iPad Development | Scoop.it
No comment yet.
vishal dharmawat is also curating
Customized UIActionSheet
Discover Topics vishal dharmawat is following
iPhone and iPad development iOS dev (iPhone, iPad) iOS and Cocoa goodies iOS Dev iOS dev iOS third party developments
and 3 others
Your new post is loading...
Scooped by vishal dharmawat
Scoop.it!

Cocoatouch

Blog About iOS application and game development.
No comment yet.
Scooped by vishal dharmawat
Scoop.it!

Path Intro View for iOS - Cocoa Controls

Path Intro View for iOS - Cocoa Controls | iPhone and iPad Development | Scoop.it
No comment yet.
Rescooped by vishal dharmawat from iOS and Cocoa goodies
Scoop.it!

How To Submit an iOS App to the App Store

How To Submit an iOS App to the App Store | iPhone and iPad Development | Scoop.it
You have worked weeks or months on your first iOS application and you are ready to submit your masterpiece to Apple's App Store. How do you do this? Is your

Via jerometonnelier
vishal dharmawat's insight:

very useful

jerometonnelier's curator insight, May 7, 3:19 AM

Can be helpful to beginners

Rescooped by vishal dharmawat from iOS Dev
Scoop.it!

How To Use UIScrollView to Scroll and Zoom Content - Ray Wenderlich

How To Use UIScrollView to Scroll and Zoom Content - Ray Wenderlich | iPhone and iPad Development | Scoop.it
Learn how to use iOS scroll views to present content larger than a screen - from beginner to advanced.

Via Domsware
No comment yet.
Rescooped by vishal dharmawat from iOS Dev
Scoop.it!

List of the fonts available in iOS6 | ios6-fonts.com

A free font browsing tool, created by Touch Code Magazine (Tutorials and excerpts about iPhone and iPad programming in Objective-C and Cocoa Touch)

Via Domsware
No comment yet.
Rescooped by vishal dharmawat from iOS and Cocoa goodies
Scoop.it!

Open Source iOS Component For Quickly Creating An App Walkthrough

Open Source iOS Component For Quickly Creating An App Walkthrough | iPhone and iPad Development | Scoop.it
Last week I mentioned a great component allowing you to easily create coach marks for explaining aspects of your user interface. Here's another library for guiding the users making it easy to creat...

Via jerometonnelier
No comment yet.
Rescooped by vishal dharmawat from All Things iPhone, iPad and iOS
Scoop.it!

How to Close All Apps at Once on iPhone and iPad from Multitasking Bar

KillAll is a simple Cydia tweak that can enable one-tap quitting of all background apps at once on your iPhone, iPad or iPod Touch. Just one tap and they're ...

Via Sara Jones
No comment yet.
Rescooped by vishal dharmawat from iOS dev
Scoop.it!

JSNotifier for iOS - Cocoa Controls

JSNotifier for iOS - Cocoa Controls | iPhone and iPad Development | Scoop.it

A simple notification class for iOS. A small banner slides up from the bottom of the screen. The notifications are out of the way and don't cause visual clutter, great for success and error messages


Via gwen
No comment yet.
Rescooped by vishal dharmawat from iOS dev
Scoop.it!

MusicPlayerViewController for iOS - Cocoa Controls

MusicPlayerViewController for iOS - Cocoa Controls | iPhone and iPad Development | Scoop.it
n iPhone view controller to visualize and control music playback. (Editor's note: we blurred out the album cover used here in order to prevent the wrath of certain litigious entities from being turned upon us. The real screenshot looks much better...)

Via gwen
No comment yet.
Rescooped by vishal dharmawat from iOS dev
Scoop.it!

iOS Open Source : Popup Bubbles / Tips

iOS Open Source : Popup Bubbles / Tips | iPhone and iPad Development | Scoop.it

Chris Miles has written a custom UIView that displays popup “bubbles” that automatically orient themselves based on the location of the target view. This source works equally as well on both the iPhone and iPad. The popups have a number of config. items


Via gwen
No comment yet.
Rescooped by vishal dharmawat from iOS dev (iPhone, iPad)
Scoop.it!

UITableView Tricks

From https://iphone2020.wordpress.com

 

"Recently we came across innovative UI controls like Path and Clear controls. I am pretty amazed to see a simple UITableView and its cells in iOS, can be tweaked to get a eye-catching effects as in Clear app. After that there came a series of controls using UITableView, but this one from raw engineering was quiet nice.

After playing with it, I revisited the nuances of UITableView and came up with this simple UI Layoout which is our topic now. Take at look at this demo"

 

✔ Sources: https://github.com/bharath2020/UITableViewTricks

 


Via Vincent Demay, Sébastien HOUZÉ
EaK_iOS's comment, January 14, 5:51 AM
Can you create this post with storyboard ?
jerometonnelier's comment, January 14, 8:05 AM
This scoop.it is just a collection of bunches of code, I did not write everything myself ;)
Bertie Liu's comment, January 14, 8:28 AM
jerome's right. opening an issue on the source of this project on github is a more possible way commenting here.
Rescooped by vishal dharmawat from iOS dev (iPhone, iPad)
Scoop.it!

MBSliderView is an iOS control that looks like 'Slide to unlock' slider.

MBSliderView is an iOS control that looks like 'Slide to unlock' slider. | iPhone and iPad Development | Scoop.it

MBSliderView is an iOS control that looks like 'Slide to unlock' slider.


It's really easy to implement and fully customizable.
It can be loaded from a nib file (You can use Interface Builder). The slider thumb is drawn with CoreGraphics so you could change the color as you like.
You also can set the label color

 

✔Sources: https://github.com/mattlawer/MBSliderView


Via Vincent Demay, Sébastien HOUZÉ
No comment yet.
Rescooped by vishal dharmawat from iOS dev (iPhone, iPad)
Scoop.it!

ShakingAlertView

ShakingAlertView | iPhone and iPad Development | Scoop.it

ShakingAlertView - UIAlertView subclass containing a password entry field and a 'shake' animation for incorrect password entry

 

✔Sources: https://github.com/stringer630/ShakingAlertView


Via Bertie Liu, Vincent Demay, Sébastien HOUZÉ
Rescooped by vishal dharmawat from iOS and Cocoa goodies
Scoop.it!

NSCoding / NSKeyedArchiver

Among the most important architectural decisions made when building an app is how to persist data between launches. The question of how, exactly, to re-create the state of the app from the time it was last opened; of how to describe the object gra...

Via jerometonnelier
No comment yet.
Scooped by vishal dharmawat
Scoop.it!

FlipBoardNavigationController for iOS - Cocoa Controls

FlipBoardNavigationController for iOS - Cocoa Controls | iPhone and iPad Development | Scoop.it
No comment yet.
Rescooped by vishal dharmawat from iOS Dev
Scoop.it!

Reduce Line of Codes to Half with MwfTableViewController

In this blog post, I am going to talk about implementing UITableViewController using open-source extension MwfTableViewController that I have implemented. The posts will be published in multiple pa...

Via Domsware
No comment yet.
Rescooped by vishal dharmawat from iOS Dev
Scoop.it!

NSLogger - A modern, flexible logging tool

NSLogger - A modern, flexible logging tool | iPhone and iPad Development | Scoop.it

NSLogger is a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X or iOS (iPhone OS). It replaces your usual NSLog()-based traces and provides powerful additions like display filtering, image and binary logging, traces buffering, timing information, etc.


Via Domsware
No comment yet.
Rescooped by vishal dharmawat from iOS and Cocoa goodies
Scoop.it!

Open Source iOS Library For Easily Scrolling Text Entry Fields Away From The Keyboard

Open Source iOS Library For Easily Scrolling Text Entry Fields Away From The Keyboard | iPhone and iPad Development | Scoop.it
Previously I mentioned a library called TPKeyboardAvoiding for auto-scrolling your text fields out of the way of the keyboard. That library works well, but there are a few issues with some device s...

Via jerometonnelier
jerometonnelier's curator insight, April 18, 4:19 AM

Tested, works like a charm :-)

Rescooped by vishal dharmawat from iOS Dev
Scoop.it!

sketch-ios

sketch-ios | iPhone and iPad Development | Scoop.it

sketch-ios - iOS Templates


Via Domsware
No comment yet.
Rescooped by vishal dharmawat from All Things iPhone, iPad and iOS
Scoop.it!

How To Install Siri On iPhone 4 and iPhone 3GS (iOS 6.1 Compatible)

How To Install Siri On iPhone 4 and iPhone 3GS (iOS 6.1 Compatible) | iPhone and iPad Development | Scoop.it
Here is a quick guide on how to install SIRI on iPhone 4 and iPhone 3GS after iOS 6.x Evasi0n jailbreak. It's an easy way to get SIRI on A4 devices and it works 100%. Check it out:

Via Sara Jones
No comment yet.
Rescooped by vishal dharmawat from iOS dev
Scoop.it!

iOS Open Source : Popup with Selection List

iOS Open Source : Popup with Selection List | iPhone and iPad Development | Scoop.it
Created as an alternative to UIActionSheet, LeveyPopListView displays a popup window with a selectable list of options.

This project covers a number of fundamental iOS programming concepts – creating and drawing UIViews; building a UITableView with custom UITableViewCells; animation effects with blocks (done when both showing and hiding the popup).


Via gwen
No comment yet.
Rescooped by vishal dharmawat from iOS dev
Scoop.it!

iOS Open Source : Sliding View Controller

iOS Open Source : Sliding View Controller | iPhone and iPad Development | Scoop.it

ECSlidingViewController is a nice UI control that shows a child view controller by sliding a parent controller aside.


Via gwen
No comment yet.
Rescooped by vishal dharmawat from iOS dev
Scoop.it!

iOS Open Source : iCarousel Paging Control

iOS Open Source : iCarousel Paging Control | iPhone and iPad Development | Scoop.it

If you are looking for a unique way to present paged data (series of images or other views), iCarousel is worth a look. This is a very flexible control with many paging styles available including linear, cylinder and a coverflow look. There are also hooks available in the source code to provide your own paging effects.


Via gwen
No comment yet.
Rescooped by vishal dharmawat from iOS dev (iPhone, iPad)
Scoop.it!

JCGridMenu: menu using rows and columns

JCGridMenu: menu using rows and columns | iPhone and iPad Development | Scoop.it

This is a simple IOS control that works as a 44x44px menu using rows and columns to show and hide options. It’s not big but it is clever.

 

✔ Sources: https://github.com/joecarney/JCGridMenu

 


Via Vincent Demay, Sébastien HOUZÉ
No comment yet.
Rescooped by vishal dharmawat from iOS dev (iPhone, iPad)
Scoop.it!

ColorPopover

ColorPopover | iPhone and iPad Development | Scoop.it

A ColorPopover is a very simple component for iPhone/iPad that provides a "Popover" color picker.

 

✔Sources: https://github.com/gazolla/ColorPopover


Via Vincent Demay, Sébastien HOUZÉ