I have added my new custom template folder inside my Xcode file templates folder but I can't seem to see it when I open Xcode and try to create a new file
Thank you for your video on such an important topic. It will be great if you can provide a video tutorial on project templates with subfolder/groups for MVC design pattern.
hello Brian can you tell me how to walk through your tutorials in the channel , which one to start with and next etc, i'm beginner btw and want to learn from you
Hi Brian! Loved the video! Could you please maybe explain us how to use custom frameworks in projects to avoid writing the same classes, extensions and utils again and again? Thanks!!
Hi brain awesome tutorial for saving time while doing coding using file template can you please review ada health app and can please do a video behind the app logic how they are changing the layouts.
For carousels, I would recommend using a horizontal nested collection view. You can find the lessons in the AppStore course here: www.letsbuildthatapp.com/course/AppStore-JSON-APIs Good luck.
Hi Brain, it is very useful video. Thanks. But i could not able to edit swift file. Im using XCode 10.1. Is there anything to change from my side, please reply.
@@LetsBuildThatApp Now i got the point. Those are two different paths. one will have out custom files and another one default Xcode file templates. I have created directory in default XCODE file templates. May be thats why i could not edit. Any way thanks for soon reply.
Hey Brain can you learn us how to create custom transitions between view controllers like in App Store please? I know there is a lot of examples on internet bu actually we need to understand how its work, not the code. Thanks in advance🙏🏻
Yes, I show case the custom transitions in the App Store course here: www.letsbuildthatapp.com/course/AppStore-JSON-APIs It's not too difficult once you get used to constraint animations.
This is great but i wish it was even easier, also, what about entire projects? I want to be able to just create a "boilerplate" Xcode project, with my preferred folder structure, files (like these template files) since i use some of them in every project, extensions, settings, dependencies etc etc etc etc, then just use that boilerplate when creating a new project. But now, i have to duplicate my boilerplate project and then rename it which is a tedious task. Why has Apple made this such a pain and isn't there a better way than: stackoverflow.com/questions/17744319/duplicate-and-rename-xcode-project-associated-folders
Brain, I have really learned a lot from your tutorial. I am currently doing a volunteer job and they are asking me to help them with calling app like WhatsApp, I would appreciate if you post a series on WhatsApp like App ;)
Hi brain awesome tutorial for saving time while doing coding using file template can you please review ada health app and can please do a video behind the app logic how they are changing the layouts.
Hi brain awesome tutorial for saving time while doing coding using file template can you please review ada health app and can please do a video behind the app logic how they are changing the layouts.
I’m a senior iOS dev and gotta be honest, most of your vids I leave with “been there done that”, but this was seriously AWESOME! Great Tip!
What a magically way to create new files and no need to think that what protocol or delegate method needs to confirm. Thank you.
A huge boost to productivity! I really really really hate writing the boilerplate code for controllers!
@@LetsBuildThatApp Same here. it can be used very widely. Thanks mate!
I love Lets Build That App...I'm extremely happy every time Brian release a new course or video on YT channel!!
I have added my new custom template folder inside my Xcode file templates folder but I can't seem to see it when I open Xcode and try to create a new file
it doesn't work for xcode14
Brian I really love your video ideas! Life is easier with tricks like this
Can someone please give me a reference link which Apple has introduced about adding custom file template ?
Thank you for your video on such an important topic. It will be great if you can provide a video tutorial on project templates with subfolder/groups for MVC design pattern.
same question here... I'm sure there are some scripts to generate blank modules, I saw such for VIPER, but I wonder how can I customize them...
Hi , how to do scroll bar indicator with dates showing?, like snapchat memories scroll bar showing the date when scroll down.
you enter my mind i was searching for this at morning :D thnks
Brian any idea how to create groups/folders? It seems it’s not possible unless creating a project template?
Great material here Brian! Thanks for the video.
hello Brian can you tell me how to walk through your tutorials in the channel , which one to start with and next etc, i'm beginner btw and want to learn from you
Can you make your own CarPlay with xcode
Hi Brian! Loved the video! Could you please maybe explain us how to use custom frameworks in projects to avoid writing the same classes, extensions and utils again and again? Thanks!!
Hi brain awesome tutorial for saving time while doing coding using file template can you please review ada health app and can please do a video behind the app logic how they are changing the layouts.
Can you make a tutorial on how to create a horizontal carasoul with scaling? I can’t find how to find it anywhere!
For carousels, I would recommend using a horizontal nested collection view. You can find the lessons in the AppStore course here:
www.letsbuildthatapp.com/course/AppStore-JSON-APIs
Good luck.
hi, i can not edit swift file. how can fix that?
You have to copy the 'Swift File.xctemplate' file and paste it into your folder, you can't drag and drop for some reason.
I was just thinking of this the other day, wondering if people did this commonly.
This was a good video thanks Brian.
Hi Brain, it is very useful video. Thanks. But i could not able to edit swift file. Im using XCode 10.1. Is there anything to change from my side, please reply.
It’s just a text file, you can edit it with anything under the sun
@@LetsBuildThatApp Now i got the point. Those are two different paths. one will have out custom files and another one default Xcode file templates. I have created directory in default XCODE file templates. May be thats why i could not edit. Any way thanks for soon reply.
I dont have that File Template folder in that Path !!!
Did you run the terminal command?
Really good way to get rid of writing boilerplate code, thank you 👍🏻🎉
Build more and more APPS!!!!! Big fan :)
Thanks a lot Brian. Learned a lot from your channel. I have one request though. Could you please make a video on TextKit. Thanks again.
I’ve never had the opportunity to work with textkit
Simply awesome !
Super useful. Thanks for you effort. Save up tons of time.
Hey Brain can you learn us how to create custom transitions between view controllers like in App Store please?
I know there is a lot of examples on internet bu actually we need to understand how its work, not the code.
Thanks in advance🙏🏻
Yes, I show case the custom transitions in the App Store course here:
www.letsbuildthatapp.com/course/AppStore-JSON-APIs
It's not too difficult once you get used to constraint animations.
Thanks a lot Brian :)
100x time I liked this video
Thank you so much. This is awesome 😎
Very useful. Is it available for all projects in Xcode?
Thanks a lot Brain, very useful video. Btw video by video your voice getting quiet and quiet. I think you should check your mic. :)
Thank you this is going to save a lot of time.
This is super useful, thanks!
Thank you for your videos!
I was looking for something like that thanks 👍🏼
Thanks :-) very helpful! Could you move the "T" of "THATAPP" a little bit to the right. It's kind of distracting.
LOL I just noticed the T!
Really useful :D Thanks
What are the changes from XCode 9? This used to work but no longer shows up in 10.2: termbin.com/nsj9
I believe its now "File Template > Custom"
thank you sensei!
This is great but i wish it was even easier, also, what about entire projects? I want to be able to just create a "boilerplate" Xcode project, with my preferred folder structure, files (like these template files) since i use some of them in every project, extensions, settings, dependencies etc etc etc etc, then just use that boilerplate when creating a new project. But now, i have to duplicate my boilerplate project and then rename it which is a tedious task. Why has Apple made this such a pain and isn't there a better way than: stackoverflow.com/questions/17744319/duplicate-and-rename-xcode-project-associated-folders
automator with apple script can handle this
i love you man!
Brain, I have really learned a lot from your tutorial. I am currently doing a volunteer job and they are asking me to help them with calling app like WhatsApp, I would appreciate if you post a series on WhatsApp like App ;)
U are awesome 🤗!
Thanks ❤️❤️❤️
nice
awesome
i bought SnippetsLab for this purpose
could have saved the money :))
Sorry too late to rescue you
hatapp!
Next level: github.com/vialyx/xcode-template-mvc
Speed up development by using AppCode, you'll never regret making the switch
I like AppCode a lot but it's a little hard to use for video recording. I like using it for contract projects though.
Hi brain awesome tutorial for saving time while doing coding using file template can you please review ada health app and can please do a video behind the app logic how they are changing the layouts.
Hi brain awesome tutorial for saving time while doing coding using file template can you please review ada health app and can please do a video behind the app logic how they are changing the layouts.