• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

301 Apple courses

SwiftUI Covid19 Statistics Tracking with REST API and Swift 5

By Packt

Building COVID-19 statistics tracking applications with SwiftUI with this intermediate-level course. Anyone who wants to learn iOS development and build beautiful iOS applications will benefit from this course. The instructor goes in-depth and covers the advanced concepts, which will give you the confidence to build your own apps in a very effective way.

SwiftUI Covid19 Statistics Tracking with REST API and Swift 5
Delivered Online On Demand3 hours 11 minutes
£93.99

Supervising Others

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for individuals who desire to supervise others more effectively. Overview Upon successful completion of this course, students will be equipped to supervise others more effectively and efficiently, contributing to job satisfaction and productivity. In this course, students will develop the skills required to be more efficient and proficient supervisors. 1 - GETTING STARTED Icebreaker Housekeeping Items The Parking Lot Workshop Objectives 2 - SETTING EXPECTATIONS Defining the Requirements Identifying Opportunities for Improvement and Growth Setting Verbal Expectations Putting Expectations in Writing 3 - SETTING GOALS Understanding Cascading Goals The SMART Way Helping Others Set Goals 4 - ASSIGNING WORK General Principles The Dictatorial Approach The Apple-Picking Approach The Collaborative Approach 5 - DEGREES OF DELEGATION Level One: Complete Supervision Level Two: Partial Supervision Level Three: Complete Independence 6 - IMPLEMENT DELEGATION Deciding to Delegate To Whom Should You Delegate? Providing Instructions Monitoring the Results Troubleshooting Delegation 7 - PROVIDING FEEDBACK Characteristics of Good Feedback Feedback Delivery Tools Informal Feedback Formal Feedback 8 - MANAGING YOUR TIME The 80/20 Rule Prioritizing with the Urgent-Important Matrix Using a Productivity Journal Using Routines and Rituals to Simplify Your Workday 9 - RESOLVING CONFLICT Using a conflict Resolution Process Maintaining Fairness Seeking help from Within the Team Seeking Help for Outside the Team 10 - TIPS FOR SPECIAL SITUATIONS What to Do If You?ve Been Promoted from within the Team What to Do If You're Leading a Brand New Team What to Do if You're Taking on an Established Team 11 - A SURVIVAL GUIDE FOR THE NEW SUPERVISOR Ask the Right Questions of the Right People Go to Gemba Keep Learning 12 - WRAPPING UP Words from the Wise Review of Parking Lot Lessons Learned Completion of Action Plans and Evaluations

Supervising Others
Delivered OnlineFlexible Dates
£395

Photography Courses for Business

By Paul Chapman

Our business photography courses are created to help individuals learn how to take professional-quality photographs for use in a business setting. By taking these courses, individuals and businesses can gain the skills and knowledge they need to create visually appealing content that can help their business stand out in a crowded marketplace. About the course Courses are focussed on the client’s requirements and are bespoke to their needs. We cater from one-to-one courses for small businesses to whole marketing departments for multinationals. So whether you’re a dog walker who wants more views or a design company that needs more collateral, we can help improve your stock imagery. These classes cover a range of topics, including learning your camera settings, lighting, composition, and editing techniques. Clients will learn how to use their cameras to capture high-quality images that can be used for marketing materials, social media posts and other promotional materials. They will also learn how to edit their photos using professional software packages like Adobe Lightroom and Apple Photos to give their images that extra pop. The important stuff These courses are all bespoke in nature so pricing will vary but we start at £350 for a three-hour course. We will discuss your specific needs before the course and make sure we cover them during the course. We will travel to your place of work so you get the relevant experience in the right environment.

Photography Courses for Business
Delivered In-PersonFlexible Dates
£350

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Artisan Pastry & Desserts - Essential Beginner Baking Course

4.7(160)

By Janets

Register on the Artisan Pastry & Desserts - Essential Beginner Baking Course today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Artisan Pastry & Desserts - Essential Beginner Baking Course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Artisan Pastry & Desserts - Essential Beginner Baking Course Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Artisan Pastry & Desserts - Essential Beginner Baking Course, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Course Introduction Welcome to the Artisan Pastry & Desserts Course 00:02:00 Make Your Sourdough Starter 00:02:00 Chocolate Brownies Chocolate Brownies Recipe Introduction & Ingredients 00:01:00 Melting your Chocolate & Butter Mixture 00:02:00 Chocolate Batter Mix 00:02:00 Bake your Brownies! 00:01:00 Chocolate Brownie Conclusion 00:01:00 Apple Tart - Pate Sablee Apple Tart Recipe Introduction & Ingredients 00:02:00 Pâte Sablée Dough Mix 00:03:00 Bake Your Pâte Sablée 00:02:00 Peeling & Cutting your Apples 00:02:00 Creating your Purée 00:01:00 Preparing your Apple Slices 00:02:00 Tart Assembly 00:01:00 Apple Tart Conclusion 00:01:00 Doughnuts - Chocolate & Cinnamon Doughnuts Recipe Introduction & Ingredients 00:01:00 Doughnut Dough Mix 00:01:00 Stretch & Folds 00:02:00 Dough Preparation 00:02:00 Fry Your Doughnuts 00:02:00 Prepare Your Toppings 00:02:00 Artisan Doughnut Conclusion 00:01:00 Stroopwafels Stroopwafels Recipe Introduction & Ingredients 00:01:00 Stroopwafel Dough Mix 00:01:00 Stretch & Folds 00:01:00 Shape Your Waffles 00:03:00 Cooking Your Waffles 00:01:00 Let's Make Syrup! 00:02:00 Stroopwafel assembly & Conclusion 00:02:00 Cinnamon Rolls Cinnamon Rolls Recipe Introduction & Ingredients 00:01:00 Cinnamon Rolls Dough Mix 00:02:00 Stretch & folds 00:02:00 Cinnamon Roll Dough Preparation 00:03:00 Prepare Your Icing 00:01:00 Bake Your Cinnamon Rolls Conclusion 00:01:00 Tarte Tatin - Puff Pastry Tarte Tatin Recipe Introduction & Ingredients 00:02:00 Puff Pastry Dough Mix 00:01:00 Stretch & Folds dss 00:01:00 Shape Your Dough 00:02:00 Create a Beurrage 00:02:00 Dough & Butter Folds 00:04:00 Peeling & Cutting your Apples 00:02:00 Let's Make Caramel! 00:01:00 Bake Your Tarte 00:02:00 Tarte Tatin Conclusion 00:01:00 Bonus Section: Sourdough & Beyond! The Final Lesson 00:01:00 Additional Resources E-Book: Artisan Pastry & Desserts - Essential Beginner Baking Course 01:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Artisan Pastry & Desserts - Essential Beginner Baking Course
Delivered Online On Demand2 hours 16 minutes
£25

Sewing Workshop - Beginners - PJ Bottoms

5.0(47)

By Stitching Kitchen

Beginners sewing clothes workshop - create pyjama bottoms using Tilly and the buttons Jaimie pattern (included in cost of workshop)

Sewing Workshop - Beginners - PJ Bottoms
Delivered In-Person in Brackley
£80

Jewellery Design + 3D Printing using Blender Parametric Smart Objects

By FluidDesigner

Learn to use 3D printing software to design and create your own pendants & earrings. The course is online only but we do also do one to one training as well. If you want to be in the jewellery trade as a designer and seller of modern jewellery or you simply want to create designs for yourself and your family then you should be learning how to create your own designs using apps such as Fluid Designer for 3D Printing.

Jewellery Design + 3D Printing using Blender Parametric Smart Objects
Delivered Online On Demand
£19.99

Ring Design + 3D Printing using Blender Parametric Smart Objects

By FluidDesigner

Learn to use 3D printing software to design and create your own rings and bracelets. The course is online only but we do also do one to one training as well. If you want to be in the jewellery trade as a designer and seller of modern jewellery or you simply want to create designs for yourself and your family then you should be learning how to create your own designs using apps such as Fluid Designer for 3D Printing.

Ring Design + 3D Printing using Blender Parametric Smart Objects
Delivered Online On Demand
£19.99

The Dance of Earth and Venus with Daniel Docherty

By Sacred Art of Geometry

The Dance of Earth and Venus results in one of the most beautiful and breathtaking rhythms and patterns of the solar system. Every eight Earth years (13 Venus years) they dance a pentagonal form in space akin to the pip-star inside your apple or the petals of a primrose flower! During this course we will learn how to draw this incredible pattern using the traditional tools of compass and straight-edge; we will explore the key aspects of Earth and Venus' cycles that determine such extraordinary heavenly harmony. And time allowing ... with copper leaf and watercolour paint made from malachite and azurite - which in the Hermetic/Alchemical tradition have forever been associated with the planet Venus - we will create stunning mandalas embodying the Earth/Venus dance ... (More info at sacredartofgeometry.com)

The Dance of Earth and Venus with Daniel Docherty
Delivered In-PersonFlexible Dates
FREE

The Python Programming Bible: Networking, GUI, Email, XML, CGI

By Packt

Python 3 is one of the most popular programming languages. Companies like Facebook, Microsoft, and Apple all want Python

The Python Programming Bible: Networking, GUI, Email, XML, CGI
Delivered Online On Demand6 hours 8 minutes
£33.99
1...45678...31