background preloader

Xcode

Facebook Twitter

Nicklockwood/iCarousel. iCarousel. The iCarousel has the following properties (note: for Mac OS, substitute NSView for UIView when using properties): @property (nonatomic, assign) IBOutlet id<iCarouselDataSource> dataSource; An object that supports the iCarouselDataSource protocol and can provide views to populate the carousel. @property (nonatomic, assign) IBOutlet id<iCarouselDelegate> delegate; An object that supports the iCarouselDelegate protocol and can respond to carousel events and layout requests. @property (nonatomic, assign) iCarouselType type; Used to switch the carousel display type (see above for details). @property (nonatomic, assign) CGFloat perspective; Used to tweak the perspective foreshortening effect for the various 3D carousel views. @property (nonatomic, assign) CGSize contentOffset; This property is used to adjust the offset of the carousel item views relative to the center of the carousel.

@property (nonatomic, assign) CGSize viewpointOffset; @property (nonatomic, assign) CGFloat decelerationRate; Custom Controls for iOS. 2173 open source and commercial UIcomponents for iOS and OS X. Sort: Date Rating Apps Platform: All iOS Filter CocoaPods: Yes No License: All Apache 2.0 Commercial Custom Eclipse Public License Public Domain Unspecified zlib LPPopupListViewApril 08, 2014 • MIT Licensed • CocoaPod Is this hosted on GitHub? If this control is hosted on GitHub, paste the address below, otherwise click "Not Hosted on GitHub".

Not Hosted on GitHub. Mobile UI Patterns | Recently Added. 11 UI Kits for iPhone and iPad Development. Last week we posted a collection of printable wireframing templates which included some for iPhone and iPad app design. These are great for communicating early mockups and ideas, but when it’s time for those ideas to make the jump from paper to the computer screen, it’s helpful to have a library of UI elements at your disposal. Since we love saving you time, we’ve found some for you. Here are 11 UI Kits for iPhone and iPad Development. iPad GUI Kit in PSD Format iPhone GUI PSD 3.0 Free iPhone Toolbar Icons Ultimate iPhone Stencil for Omnigraffle iPhone UI Vector Elements Free iPhone Toolbar Icons Yahoo! iPad GUI PSD iPad Vector GUI Elements iPad Stencil for Omnigraffle iPhone PSD Vector Kit About the Author Henry Jones is a web developer, designer, and entrepreneur with over 14 years of experience. Related Posts 468 shares 8 Essential iPad Apps for Bloggers Before I begin, let me just say what this list is, and what it isn’t.

Read More 930 shares 30 Inspiring iPad App Websites. Cocoa sous OSX: sous-classer un NSSliderCell. Parfois, il peut être nécessaire de personnaliser un peu l’interface graphique de son application. Je vais prendre l’exemple suivant: on souhaite remplacer le bouton (knob en anglais) des sliders, par un bouton avec une texture bois. Ce genre de manipulation viole certainement les HIG d’Apple, et est aussi une forme deskeuomorphisme, concept dont Apple semble s’éloigner en ce moment. Cela peut être utile dans les jeux, ou pour des interfaces pour enfants, car ça donne un effet un peu plus récréatif à l’application. Création du bouton sous Photoshop Ouvrir une image de bois, ou la créer dans Photoshop avec Render->Fiber. Découper une image carrée et effacer l’extérieur d’une sélection circulaire. Enfin, appliquer l’effet Bevel and Emboss avec les angles suivants: 90˚ pour la direction de la lumière et 50˚ pour l’altitude. Sauvegarder en PNG avec la transparence activée ( comportement par défaut).

On a donc cette image: Création du projet dans XCode Commençons par sous classer NSSliderCell. iOS - Utilisation de Xcode et d'Interface Builder | Fulltuts. iOS Human Interface Guidelines: Custom Icon and Image Creation Guidelines. iOS Design Themes As an app designer, you have the opportunity to deliver an extraordinary product that rises to the top of the App Store charts.

To do so, you'll need to meet high expectations for quality and functionality. Three primary themes differentiate iOS from other platforms: Clarity. Design Principles To maximize impact and reach, keep the following principles in mind as you imagine your app’s identity. Aesthetic Integrity Aesthetic integrity represents how well an app’s appearance and behavior integrate with its function.

Consistency A consistent app implements familiar standards and paradigms by using system-provided interface elements, well-known icons, standard text styles, and uniform terminology. Direct Manipulation The direct manipulation of onscreen content engages people and facilitates understanding. Feedback Feedback acknowledges actions and shows results to keep people informed.

Metaphors User Control Throughout iOS, people—not apps—are in control. Lesson 1 How To Build iPad iPhone Apps iOS Xcode SDK Application Development Tutorials. Blueprint for iPad on the iTunes App Store. Xcode 4 iPhone SDK Tutorial - Assigning Image to a UIImageView HD. iOS SDK: Creating an Awesome Carousel. Engage your users with stunning carousels. We'll look at how easy and clean it can be to implement scrollable, interactive carousels in your iOS applications. With high configurability, you can have 3D, flat, rotating, and endless scrolling arrays for data, images, or buttons. Subsequent Changes to Techniques & Software Certain aspects of applications or techniques used in this tutorial have changed since it was originally published. This might make it a little difficult to follow along. Create an Awesome Carousel, Version 2.0 On January 9th, 2007, Steve Jobs unveiled the iPhone to an eager audience.

Now, nearly five years later, that same message is true. For those who are already familiar with developing for iOS, it might be intimidating to consider the number of factors involved to implement something as seemingly simple as Cover Flow: animation and smooth scrolling, optimizing image handling, intercepting touch interactions, etc. Step 1: Getting iCarousel and Setting Up.