Develop and Tip
47
Follow
Your new post is loading...
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

How to make a iPhone video chat

How to make a iPhone video chat | Develop and Tip | Scoop.it

In a market flogged with social networking apps, Video chat is a killer weapon that you can wield to ace your rivals on the App store in one go. According to study, 93% of human interactions happen through visual interface.


What the hack. Need to chat face-to-face doesn’t need statistical justification. But how do they work? The question is more of design than of technical implementation in a world full of third parties. If you are scared of the word mammoth, you need to live with it because that’s the name of beast we are dealing with.


Via Vincent Demay
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

CommandMaster is designed as an iOS port of Windows Phone 8's App Bar

CommandMaster is designed as an iOS port of Windows Phone 8's App Bar | Develop and Tip | Scoop.it

CommandMaster is a singleton instance, meaning there is only one instance of the bar throughout the entire application's lifecycle. Because of this, it is ideal to add the CommandMaster.h into -Prefix.pch file, that way you do not need to import it into all Classes, as it is added on compile time and used everywhere.


Via Vincent Demay
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Capture a Signature on iOS

Capture a Signature on iOS | Develop and Tip | Scoop.it

"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."


Via Vincent Demay
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

KGModal: easy drop in control that allows you to display any view in a modal popup

KGModal: easy drop in control that allows you to display any view in a modal popup | Develop and Tip | Scoop.it

KGModal is an easy drop in control that allows you to display any view in a modal popup. The modal will automatically scale to fit the content view and center it on screen with nice animations!


Via Bertie Liu, Vincent Demay
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Custom View Controller Transitions Using UIStoryboardSegue

from: http://joris.kluivers.nl/blog/2013/01/15/custom-view-controller-transitions-using-uistoryboardsegues/

 

 

"In this post I’ll show how to create a custom segue that animates an image to a new full screen view controller when tapped. This effect is similar to what you see when the Facebook iOS app makes a photo fullscreen."

 

"Segues make it easy to abstract view controller transitions into reusable objects. Instead of having all the animation logic in your view controller the segue is now responsible for that. The view controller its role is reduced to configuring the segue and view controllers involved in the transition."


Via Vincent Demay
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

MosaicUI is a tiled UI for iOS that automatic layouts according to the elements' sizes.

MosaicUI is a tiled UI for iOS that automatic layouts according to the elements' sizes. | Develop and Tip | Scoop.it
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

JTRevealSidebarDemo

JTRevealSidebarDemo | Develop and Tip | Scoop.it

A carefully implemented iOS objective-c library to mimic the sidebar layout of the new Facebook app and Path 2.0 app.

 

✔ Sources: https://github.com/mystcolor/JTRevealSidebarDemo

 


Via Alessio Nonni, Domsware, Vincent Demay
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

WCAlertView: WCAlertView is a subclass from UIAlertView with possibility of customization.

WCAlertView: WCAlertView is a subclass from UIAlertView with possibility of customization. | Develop and Tip | Scoop.it

WCAlertView is deliverd from UIAlertView. It's support customization and blocks


Via Vincent Demay
vishal dharmawat's curator insight, March 6, 8:50 AM

Customize the UIAlertView easily

Rescooped by Sungjin Lee from Everything about Flash
Scoop.it!

Nape Physics

Nape is an open source physics library for Haxe and ActionScript3.

 

// V2 has been released today //


Via Nicolas Bousquet
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

iOS Tutorial: Image Cache and Loading Thumbnails using MKNetworkKit

iOS Tutorial: Image Cache and Loading Thumbnails using MKNetworkKit | Develop and Tip | Scoop.it

MKNetworkEngine makes it a breeze to add this feature into your app. What not? With MKNetworkKit, you will even know if the response image is from cache or loaded for the first time. Using this information, you can “fade in” your thumbnails when you load the images for the first time


Via Vincent Demay
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Aviary iOS SDK

Aviary iOS SDK | Develop and Tip | Scoop.it

iPhone and iPad image editor component


Via Vincent Demay
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Colours-for-iOS: A beautiful set of 100 predefined UIColors, and UIColor methods, ready to use in your next iOS project.

Colours-for-iOS: A beautiful set of 100 predefined UIColors, and UIColor methods, ready to use in your next iOS project. | Develop and Tip | Scoop.it

Colours-for-iOS - A collection of predefined UIColors you can use in your apps. Just include the Colours.h/.m files and you'll have a slew of new colors to use.


Via Vincent Demay
vishal dharmawat's curator insight, March 27, 12:48 AM

Handy code

Scott Davis's curator insight, April 1, 10:46 AM

Handy for those that use a lot of UIColor methods

Yiran Liu's curator insight, April 7, 6:25 AM

handy transfer

Rescooped by Sungjin Lee from Everything about Flash
Scoop.it!

Introducing: SoundAS – A modern AS3 SoundManager | TreeFortress

Introducing: SoundAS – A modern AS3 SoundManager | TreeFortress | Develop and Tip | Scoop.it
No comment yet.
Rescooped by Sungjin Lee from Everything about Flash
Scoop.it!

Graffiti - ActionScript 3 Bitmap Drawing Library

The Graffiti AS3 Bitmap Drawing Library is designed for ActionScript developers to easily integrate drawing functionality into a Flash, Flex or Air project.


Via FlashDaily, Nicolas Bousquet
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Harpy: notify your users to new versions of your app

Harpy: notify your users to new versions of your app | Develop and Tip | Scoop.it

Harpy is a utility that checks a user's currently installed version of your iOS application against the version that is currently available in the AppStore. If a new version is available, an instance of UIAlertView is presented to the user informing them of the newer version, and giving them the option to update the application.


Via Vincent Demay
Vincent Demay's curator insight, January 30, 4:34 AM

✔Sources: https://github.com/ArtSabintsev/Harpy


vishal dharmawat's curator insight, March 6, 8:36 AM

notify ur users of new versions

Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Debugging in iOS – Essential Tips

Debugging in iOS – Essential Tips | Develop and Tip | Scoop.it

Whether you are trying to figure out why your array has 3 objects instead of 5 or why your game plays backward since the new guy started, debugging is an essential part of the development process. At the end of this article, you’ll have an understanding of the most important debugging facilities available to you and how to use them to help squash your bugs in less time.We will be covering how to:Inspect your applications state using the consolePerform logging, and move beyond NSLogTrack memory usage by following object life-cycles


Via Vincent Demay
Vincent Demay's curator insight, January 16, 2:17 PM

A good article about debugging on xcode

vishal dharmawat's curator insight, March 6, 8:43 AM

Tips on Debugging in IOS

Rescooped by Sungjin Lee from Adobe Flash Platform
Scoop.it!

Emailing images directly from Flash with PHP - Purple Squirrels

Emailing images directly from Flash with PHP - Purple Squirrels | Develop and Tip | Scoop.it
For an interactive drawing project I worked on recently I needed to provide the ability for users to email their artwork directly from the app without the need to save any images to a server.

Via Sujin Jeong
No comment yet.
Rescooped by Sungjin Lee from Everything about Flash
Scoop.it!

Starling goodies round-up: GPU Based Snow ...

Starling goodies round-up: GPU Based Snow ... | Develop and Tip | Scoop.it
Starling goodies round-up: • GPU Based Snow • Starling vector textures: Part #1, Part #2 • Simple 2D game framework based on Starling • AcheGesture - Opensource Gesture Framework for Flash •...

Via Nicolas Bousquet
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

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

KLNoteViewController : A control that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app | Develop and Tip | Scoop.it
Bertie Liu's curator insight, January 3, 4:46 AM
Well, Evernote...
Vincent Demay's curator insight, January 3, 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, 9:59 AM

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

Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

Using Appearance Proxy To Style Apps

Using Appearance Proxy To Style Apps | Develop and Tip | Scoop.it

Many UIKit controls have properties and methods allowing the tintColor, background images and other appearance aspects to be set. However in an application with a large number of controls it can quickly become unmanageable if you are have to directly customise each control.


Via Vincent Demay
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

A UITableView replacement with simplified API

A UITableView replacement with simplified API | Develop and Tip | Scoop.it

Designed for rapid table creation with minimal code, easy customisation, attractive default styling, and with most common design patterns automated without need for fidgety UIView tweaking.

 

 

✔ Sources : https://github.com/sobri909/MGBox


Via Vincent Demay
No comment yet.
Rescooped by Sungjin Lee from iPhone and iPad development
Scoop.it!

iPhone App Development Tutorial – Add an Intro View to a Tab Bar App

iPhone App Development Tutorial – Add an Intro View to a Tab Bar App | Develop and Tip | Scoop.it

This tutorial is on adding an intro view to your app. In this instance we’ll be adding it to a tab bar app. This is not the use of a splash view


Via Vincent Demay
No comment yet.