02/03/2026
memorable trip
Learn programming and Build smart application
02/03/2026
memorable trip
08/03/2025
Happy birthday Srija Pattukutti
19/02/2025
1st visit
Merry Christmas 🧑🎄
17/05/2023
SeachableText SwiftUI இப்பொழுது தமிழில்
SeachableText SwiftUI இப்பொழுது தமிழில் #tamil #Xcode #swiftui @KtrKathir SeachableText SwiftUI இப்பொழுது தமிழில் If you like my way of teaching like my video and post a comment to k...
03/05/2023
How to implement SearchBar in List
How to implement SearchBar in List #swiftui #ios #Xcode @KtrKathir SearchBar/ Searchable in List and search Text in List If you like my way of teaching like my video and post a comment to kno...
19/04/2023
Chat in WhatsApp without saving number in Contact | trick
Chat in WhatsApp without saving number in Contact #tamil #shortcuts #iPhone | trick @KtrKathir First time in Tamil.Chat in WhatsApp without saving number in Contact | Shortcuts | iPhone How to setup Open W...
05/04/2023
Watch now
Struct VS Class | Swift | Xcode Playground
https://youtu.be/-ufzwimxohE
Silent mode 📵
Struct VS Class | Swift | Xcode Playground @KtrKathir In this Swift tutorial. I show a demo of what is Struct and Class? and how that is differing and where we can use this.*Silent Video / Coding video*If you li...
23/03/2023
Hello Friend,
Renew Apple Developer Program Membership| AppStore | Developer |
Renew Apple Developer Program Membership| AppStore | Developer | @KtrKathir Renew Apple Developer Program Membership| AppStore | Developer | Here I show a demo of how to renew your Apple Developer program Membership usi...
26/02/2021
Create Custom Shape in SwiftUI - Kathiresan Murugan
Create Custom Shape in SwiftUI Hi Friends, In this tutorial I was explained about how to create a custom Shapes in SwiftUI. In SwiftUI some Shapes was provided by Apple. Like Circle, Rectangle etc. If you need to create a new cu…
10/02/2021
Hi Guys, Here I created new Function to print message, class name, function name and line number. // Can call like. DebugPrint.message("Test") // Implementation enum DebugPrint { static func message(_ text: String, _ fileName: String = , _ function: String = , _ line: Int = ) { print("\(text) \t fileName: \((fileName as NSString).lastPathComponent), function: \(function), line no: \(line)") } } -ktrkathir
Debug: Print class, function, line number swift Hi Guys, Here I created new Function to print message, class name, function name and line number. // Can call like. DebugPrint.message(“Test”) // Implementation enum DebugPrint { static…