Post

Replies

Boosts

Views

Activity

New open-source package, RJSwiftMacros!
🚀 I am thrilled to announce my latest open-source project, RJSwiftMacros! This Swift package enables developers to enhance efficiency by simplifying code generation and automating repetitive tasks in their projects. 🔥 Here's a glimpse of what you can accomplish with RJSwiftMacros: Generate mock data using @MockBuilder macro. Generate coding keys using @CodingKeys macro. RJSwiftMacros is actively maintained and welcomes contributions! 🤝 🔗 GitHub Repository: https://lnkd.in/dPikQTjD I look forward to your feedback and ideas to further enhance its value for the Swift community. 💻
1
0
343
Sep ’24
Catch every moment when user change his location
I am using Google Map SDK. I want to catch every moment when user changes his location, maybe from CLLocationManagerDelegate. Can anyone say which method can execute previous job? I tried to use func locationManager( _ manager: CLLocationManager, didUpdateLocations locations: [CLLocation])  but it doesnot work well. When I run application, after 3-4 seconds this method call then If I change my location it doesnot do nothing.
0
0
426
Jul ’22