top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Beginning iOS 6 Development [[electronic resource] ] : Exploring the iOS SDK / / by David Mark, Jack Nutting, Jeff LaMarche, Fredrik Olsson
Beginning iOS 6 Development [[electronic resource] ] : Exploring the iOS SDK / / by David Mark, Jack Nutting, Jeff LaMarche, Fredrik Olsson
Autore Mark David
Edizione [1st ed. 2013.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Descrizione fisica 1 online resource (748 p.)
Disciplina 004
005.133
Soggetto topico Apple computer
Application software
Apple and iOS
Computer Applications
ISBN 1-4302-4513-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Title Page""; ""Copyright Page""; ""Dedication Page""; ""Contents at a Glance""; ""Table of Contents""; ""About the Authors""; ""About the Technical Reviewers""; ""Chapter 1 Welcome to the Jungle""; ""What This Book Is""; ""What You Need""; ""Developer Options""; ""What You Need to Know""; ""What�s Different About Coding for iOS?""; ""Only One Active Application""; ""Only One Window""; ""Limited Access""; ""Limited Response Time""; ""Limited Screen Size""; ""Limited System Resources""; ""No Garbage Collection, but�""; ""Some New Stuff""; ""A Different Approach""
""What�s in This Book""""What�s New in This Update?""; ""Are You Ready?""; ""Chapter 2 Appeasing the Tiki Gods""; ""Setting Up Your Project in Xcode""; ""The Xcode Workspace Window""; ""The Toolbar""; ""The Navigator View""; ""The Jump Bar""; ""The Utility Pane""; ""Interface Builder""; ""New Compiler and Debugger""; ""A Closer Look at Our Project""; ""Introducing Xcode�s Interface Builder""; ""What�s in the Nib File?""; ""The Library""; ""Adding a Label to the View""; ""Changing Attributes""; ""Some iPhone Polish-Finishing Touches""; ""Bring It on Home""
""Chapter 3 Handling Basic Interaction""""The Model-View-Controller Paradigm""; ""Creating Our Project""; ""Looking at the View Controller""; ""Understanding Outlets and Actions""; ""Outlets""; ""Actions""; ""Cleaning Up the View Controller""; ""Designing the User Interface""; ""Adding the Buttons and Action Method""; ""Adding the Label and Outlet""; ""Writing the Action Method""; ""Trying It Out""; ""Adding some style""; ""Looking at the Application Delegate""; ""Bring It on Home""; ""Chapter 4 More User Interface Fun""; ""A Screen Full of Controls""; ""Active, Static, and Passive Controls""
""Creating the Application""""Implementing the Image View and Text Fields""; ""Adding the Image View""; ""Resizing the Image View""; ""Setting View Attributes""; ""The Mode Attribute""; ""Tag""; ""Interaction Checkboxes""; ""The Alpha Value""; ""Background""; ""Drawing Checkboxes""; ""Stretching""; ""Adding the Text Fields""; ""Text Field Inspector Settings""; ""Setting the Attributes for the Second Text Field""; ""Creating and Connecting Outlets""; ""Closing the Keyboard""; ""Closing the Keyboard When Done Is Tapped""; ""Touching the Background to Close the Keyboard""
""Adding the Slider and Label""""Adding Top Constraints""; ""Creating and Connecting the Actions and Outlets""; ""Implementing the Action Method""; ""Implementing the Switches, Button, and Segmented Control""; ""Adding Two Labeled Switches""; ""Connecting and Creating Outlets and Actions""; ""Implementing the Switch Actions""; ""Adding the Button""; ""Connecting and Creating the Button Outlets and Actions""; ""Implementing the Segmented Control Action""; ""Implementing the Action Sheet and Alert""; ""Conforming to the Action Sheet Delegate Method""; ""Showing the Action Sheet""
""Spiffing Up the Button""
Record Nr. UNINA-9910438099003321
Mark David  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning iPhone 3 Development [[electronic resource] ] : Exploring the iPhone SDK / / by David Mark, Jeff LaMarche
Beginning iPhone 3 Development [[electronic resource] ] : Exploring the iPhone SDK / / by David Mark, Jeff LaMarche
Autore Mark David
Edizione [1st ed. 2009.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2009
Descrizione fisica 1 online resource (584 p.)
Disciplina 004.165
Soggetto topico Apple computer
Application software
Apple and iOS
Computer Applications
ISBN 1-4302-2460-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Welcome to the Jungle -- 2. Appeasing the Tiki Gods -- 3. Handling Basic Interaction -- 4. More User Interface Fun -- 5. Autorotation and Autosizing -- 6. Multiview Applications -- 7. Tab Bars and Pickers -- 8. Introduction to Table Views -- 9. Navigation Controllers and Table Views -- 10. Application Settings and User Defaults -- 11. Introduction to Core Data -- 12. Basic Data Persistence—Beyond SQLite -- 13. Drawing with Quartz and OpenGL -- 14. Taps, Touches, and Gestures -- 15. Where Am I? Finding Your Way with Core Location -- 16. Whee! -- 17. iPhone Camera and Photo Library -- 18. Application Localization -- 19. Where to Next?
Record Nr. UNINA-9910159020903321
Mark David  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning iPhone development with Swift 2 [[electronic resource] ] : exploring the iOS SDK / / by David Mark, Kim Topley, Jack Nutting, Fredrik Olsson, JEFF LAMARCHE
Beginning iPhone development with Swift 2 [[electronic resource] ] : exploring the iOS SDK / / by David Mark, Kim Topley, Jack Nutting, Fredrik Olsson, JEFF LAMARCHE
Autore Mark David
Edizione [2nd ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (866 p.)
Disciplina 004
Soggetto topico Apple computer
Computer programming
Apple and iOS
Programming Techniques
ISBN 1-4842-1754-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Welcome to the Swift Jungle -- 2. Appeasing the Tiki Gods -- 3. Handling Basic Interaction -- 4. More User Interface Fun -- 5. Rotation and Adaptive Layout -- 6. Multiview Applications -- 7. Tab Bars and Pickers -- 8. Introduction to Table Views -- 9. Navigation Controllers and Table Views -- 10. Collection Views -- 11. iPad Considerations -- 12. Application Settings and User Defaults -- 13. Basic Data Persistence -- 14. Hey! You! Get onto iCloud! -- 15. Grand Central Dispatch, Background Processing, and You -- 16. Core Graphics: Drawing with Quartz -- 17. Getting Started with Sprite Kit -- 18. Taps, Touches, and Gestures -- 19. Where Am I? Finding Your Way with Core Location and Map Kit -- 20. Whee! Gyro and Accelerometer! -- 21. The Camera and Photo Library -- 22. Application Localization -- 23. Appendix: A Swift Introduction to Swift.
Record Nr. UNINA-9910300652403321
Mark David  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Cruel Mercy
Cruel Mercy
Autore Mark David
Pubbl/distr/stampa East Rutherford : , : Penguin Publishing Group, , 2017
Descrizione fisica 1 online resource (318 pages)
Disciplina 823.92
Collana Detective Sergeant Mcavoy
Soggetto topico Detectives--Fiction
Police--England--Fiction
Police--New York (State)--Fiction
ISBN 0-399-18513-5
Classificazione FIC022020FIC022000FIC050000
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910159024703321
Mark David  
East Rutherford : , : Penguin Publishing Group, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
More iOS 6 Development [[electronic resource] ] : Further Explorations of the iOS SDK / / by David Mark, Jeff LaMarche, Alex Horovitz, Kevin Kim
More iOS 6 Development [[electronic resource] ] : Further Explorations of the iOS SDK / / by David Mark, Jeff LaMarche, Alex Horovitz, Kevin Kim
Autore Mark David
Edizione [1st ed. 2013.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Descrizione fisica 1 online resource (552 p.)
Disciplina 005.258
005.268
Soggetto topico Apple computer
Application software
Apple and iOS
Computer Applications
ISBN 1-4302-3808-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Here we go round again -- Core data : what, why, and how -- A super start: adding, displaying, and deleting data -- The devil in the detail view -- Preparing for change : migrations and versioning -- Custom managed objects -- Relationships, fetched properties and expressions -- Behind every iCloud -- Peer-to-peer over Bluetooth using Game Kit -- Map Kit -- Messaging : mail, SMS, and social media -- Media library access and playback -- Locking it down : iOS security -- Keeping your interface responsive -- Unit testing, debugging, and instruments -- The road goes ever on.
Record Nr. UNINA-9910438103003321
Mark David  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui