MakeAppPiePublishing
Steven Lipton is the mind behind makeapppie.com for learning iOS. He is also an LinkedIn Learning/ Lynda.com author with over 15 courses on iOS and watchOS.
Pinned Repositories
360iDev_Creativity
360iDev_Exercises_watchOS7
The exercise files for the 360|iDev 2020 workshop
360iDevWidgets_start
The starting file for the 360iDev "It's Widget Time" workshop.
360iDevWidgets_workshop_end
The completed project from the Its widget time workshop.
LucaP_ERP-02
Adding chart of accounts to LucaP
LucaP_ERP_01
The first in the LucaP ERP series.
Tips_05_03_CALayerMask_End
The end state for the Layer mask demo
Tips_06_13_OutletsActions_End
The end state for the iOS Development Weekly Tip from LinkedIn Learning. Learn how to connect outlets and actions without the assistant editor.
Tips_06_MapMarkers_End
The completed project for demonstrating the new map marker MKMarkerAnnotationView
Tips_08_03_Checkview_End
Learn a little about SwiftUI Interaction this week by building your own SwiftUI Checkbox control.
MakeAppPiePublishing's Repositories
MakeAppPiePublishing/360iDevWidgets_start
The starting file for the 360iDev "It's Widget Time" workshop.
MakeAppPiePublishing/SwiftPlaygroundsTemplates
A UIKit and SwiftUI Template file to help with setting up Swift Playgrounds.
MakeAppPiePublishing/Tips_15_05_SUIPages_Begin
MakeAppPiePublishing/pizzaTestData
MakeAppPiePublishing/TIps_14_09_CGsetup_End
MakeAppPiePublishing/Tips_15_02_CGCurve_End
https://bit.ly/CGCurves Over the last few weeks, we've been looking into some features of Core Graphics. This time, I want to look at the two curves you can add to paths.
MakeAppPiePublishing/Tips_15_03_MKMapRect_Begin
https://bit.ly/MapMKRect With this update on maps and SwiftUI, We'll add a map to the essential training course demo using MKPoint and MKRect, a flat-map equivalent of its core graphics cousins.
MakeAppPiePublishing/Tips_15_03_MKMapRect_End
https://bit.ly/MapMKRect With this update on maps and SwiftUI, We'll add a map to the essential training course demo using MKPoint and MKRect, a flat-map equivalent of its core graphics cousins.
MakeAppPiePublishing/Tips_15_04_MapZoom_Begin
https://bit.ly/MapZoom In this tip, Learn how to auto-zoom to an overlay on a map. We'll zoom in on a walking path to make it readable.
MakeAppPiePublishing/Tips_15_04_MapZoom_End
https://bit.ly/MapZoom In this tip, Learn how to auto-zoom to an overlay on a map. We'll zoom in on a walking path to make it readable.
MakeAppPiePublishing/Tips_15_05_SUIPages_End
MakeAppPiePublishing/Tips_15_06_StructClosures_Begin
https://bit.ly/CLosures2021 Review closures and how they can help you keep flexible code with structs like the ones in SwiftUI.
MakeAppPiePublishing/Tips_15_06_StructClosures_End
https://bit.ly/CLosures2021 Review closures and how they can help you keep flexible code with structs like the ones in SwiftUI.
MakeAppPiePublishing/Tips_15_07_Xcode13New_Begin
https://bit.ly/Xcode13Changes I review some of my favorite new features you'll find in Xcode 13 and ios 15 including some cool changes to Storyboards, SwiftUI Previews, and debugging features.
MakeAppPiePublishing/Tips_15_07_Xcode13New_End
https://bit.ly/Xcode13Changes I review some of my favorite new features you'll find in Xcode 13 and ios 15 including some cool changes to Storyboards, SwiftUI Previews, and debugging features.
MakeAppPiePublishing/Tips_15_08_ButtonConfiguration_Begin
https://bit.ly/ButtonConfiguration UI buttons got a lot of attention that's been reserved for SwiftUI. Much of the hard work of making buttons is a lot easier, with a few new and exciting additions.
MakeAppPiePublishing/Tips_15_08_ButtonConfiguration_End
https://bit.ly/ButtonConfiguration UI buttons got a lot of attention that's been reserved for SwiftUI. Much of the hard work of making buttons is a lot easier, with a few new and exciting additions.
MakeAppPiePublishing/Tips_15_09_NewSwiftUI15_Begin
MakeAppPiePublishing/Tips_15_09_NewSwiftUI15_End
https://bit.ly/SUIChanges15 Learn some of the new changes to SwiftUI in iOS15, including backgrounds with materials and styles, markup, and better control of the safe area.
MakeAppPiePublishing/Tips_15_10_SFSymbolColor_Begin
https://bit.ly/SFSymbols3 This week learn about updates to SFSymbols in iOS15. Learn about two more color modes, how to custom color SFSymbols and about variant symbols to always give you a cool symbol under any condition.
MakeAppPiePublishing/Tips_15_10_SFSymbolColor_End
https://bit.ly/SFSymbols3 This week, learn about updates to SFSymbols in iOS15. Learn about two more color modes, customizing SFSymbols, and about variant symbols to always give you a cool icon under any condition.
MakeAppPiePublishing/Tips_15_11_ListBinding_Begin
https://bit.ly/BindingLists Learn a new way to use for each in lists with binding variables for a lot faster and easier coding.
MakeAppPiePublishing/Tips_15_11_ListBinding_End
https://bit.ly/BindingLists Learn a new way to use for each in lists with binding variables for a lot faster and easier coding.
MakeAppPiePublishing/Tips_15_12_TimelineView_Begin
https://bit.ly/SUITimelineView Learn to use SwiftUI's Timeline view for scheduled events and animations. #iosDevelopment
MakeAppPiePublishing/Tips_15_12_TimelineView_End
https://bit.ly/SUITimelineView Learn to use SwiftUI's Timeline view for scheduled events and animations. #iosDevelopment
MakeAppPiePublishing/tips_16_01_AsyncImage_Begin
https://bit.ly/SUIImageConcurrency Learn how to use AsyncImage in SwiftUI to load pictures from files and websites directly into your app quickly and easily. #iosDevelopment
MakeAppPiePublishing/Tips_16_01_AsyncImage_End
https://bit.ly/SUIImageConcurrency Learn how to use AsyncImage in SwiftUI to load pictures from files and websites directly into your app quickly and easily. #iosDevelopment
MakeAppPiePublishing/Tips_16_02_SUIPlaygrounds_End
https://bit.ly/SUIPlaygrounds Learn the trick to making SwiftUI work in iPad and Mac Playgrounds for portable prototyping.
MakeAppPiePublishing/Tips_16_03_Widget1_Begin
https://bit.ly/Intents1 Learn how to make a user-configurable widget in iOS using Siri Intents even if you've never used an intent before. In part 1, we make the intent and change the Widget's protocol to be user configurable.
MakeAppPiePublishing/Tips_16_03_WidgetConfig1_End
https://bit.ly/Intents1 Learn how to make a user-configurable widget in iOS using Siri Intents even if you've never used an intent before. In part 1, we make the intent and change the Widget's protocol to be user configurable.