Pravin Tate (@pravintate) 's Twitter Profile
Pravin Tate

@pravintate

Simple #iOS developer 🤞
love swift language.

ID: 245865279

linkhttps://medium.com/@tate.pravin calendar_today01-02-2011 16:48:50

107 Tweet

233 Followers

642 Following

Pravin Tate (@pravintate) 's Twitter Profile Photo

If your #swiftplaygrounds stuck in running or compiling state from long time, check platform options. If you are not using any UI component then select macOS instead of iOS. #ios #Swift by default platform is iOS so it import UIKit which is the reason for this. :)

If your #swiftplaygrounds  stuck in running  or compiling state from long time, check platform options.  If you are not using any UI component then select macOS instead of iOS. 
#ios #Swift 
by default platform is iOS so it import UIKit which is the reason for this. :)
Pravin Tate (@pravintate) 's Twitter Profile Photo

#Swift higher order function code #filter : function written body written like this. 1. extension on Array where elements Hashable 2. create new array of element with reserve capacity 3. Use try throws for error handling when we not getting Bool value from isIncluded block.

#Swift  higher order function code
#filter :   function written body written like this. 
1. extension on Array where elements Hashable 
2. create new array of element with reserve capacity 
3. Use try throws for error handling when we not getting Bool value from isIncluded block.
Pravin Tate (@pravintate) 's Twitter Profile Photo

#mvc #mvvm #mvp are they truly architectures or it just UI strcuture? When checking clean architecture they trying to prove this. #ios #swift #app #Apple

Paul Hudson (@twostraws) 's Twitter Profile Photo

How can I help Swift developers in lockdown? So far: - Half-price sale on all books: hackingwithswift.com/offers - Free books for folks who lost their job - New SwiftUI / Swiftly Speaking livestreams - New forums for chatting to other developers I'd love to hear more ways to help!

Pravin Tate (@pravintate) 's Twitter Profile Photo

#medium #blog “Swift | Create Generic UIView” by Pravin Tate medium.com/flawless-app-s… Please check and let me know ur feedback on this. #swift #ios #medium #xcode #apple #iOSDev

Pravin Tate (@pravintate) 's Twitter Profile Photo

Qun : need to move view with touch, how u can do that? Ans: so simple add panGesture on view and change view center as per gesture point. Note: view is added with constraints and we are using x and y constraints, now how you will do this. 😵 #swift #ios #constraints #pangesture

Pravin Tate (@pravintate) 's Twitter Profile Photo

“Swift | UIView Tapping Animation extension.” by Pravin Tate. Only 2 min required for read this article, please read let me know your feedback on this. link.medium.com/AUZBkmyRb6

Pravin Tate (@pravintate) 's Twitter Profile Photo

“Stop Using Booleans in Your Swift Code” by Pravin Tate New articale is out, please check. 😇 link.medium.com/yChGRAmud6

Pravin Tate (@pravintate) 's Twitter Profile Photo

“Swift | UIView Tapping Animation extension.” by Pravin Tate. You can use it all types of views for showing smooth tapping animation. This is my first Tech. #Article on #Animations in #swift #ios link.medium.com/AUZBkmyRb6

Pravin Tate (@pravintate) 's Twitter Profile Photo

Out of those option which is best one where you need to create multiple frameworks in app. #ios #swift #Apple #Xcode #programming

Pravin Tate (@pravintate) 's Twitter Profile Photo

“Build a Simple Progress Bar You Can Add Anywhere in Your App” by Pravin Tate link.medium.com/jWf72tY706 Thanks Better Programming for publishing this. #Swift #ios #Apple #progressbar #Xcode #article

Pravin Tate (@pravintate) 's Twitter Profile Photo

#ios project, combine of #swift and #objc with large scale and it take almost 10-15 min for compiling, so how to reduce this time? Appreciate your reply/ input on this which will very helpful