🔗 The Composable Architecture: My 3 Year Experience

The Composable Architecture: My 3 Year Experience • Rod Schmidt I recently finished a 3 year stint with a company that uses the Composable Architecture (TCA) from PointFree. I wanted to write about my experiences with TCA and some of the problems I see with it. It’s Complicated The [High] Churn Architectural Issues Performance Issues Company Organizational Issues Company Risks You might be more productive onboarding new developers and adding features with another architecture and still be able to achieve your desired architectural discipline with MVVM or Clean Architecture....

May 7, 2024 Â· 1 min Â· 89 words

🔗 Jibber – iOS, meet JSON. A new way to debug.

{width=“1440” height=“900”} Jibber makes network debugging a breeze. (…) You’ll be able to view both request and response parameters on your Mac in real time!

August 4, 2015 Â· 1 min Â· 25 words

🔗 Doorbell.io – Gather in-app user feedback, simply, across multiple platforms, for free!

Doorbell.io – Gather in-app user feedback, simply, across multiple platforms, for free! Use our Javascript, iOS, and Android SDKs to set up Doorbell in your application. Or use the API if you want to build your own client. You have the option to send any feedback you receive straight to your Project Management System or Issue Tracker with just a couple of clicks.

August 2, 2015 Â· 1 min Â· 63 words

🔗 Protocol-Oriented Programming in Swift

{width=“600” height=“368” srcset=“tumblr_nqe5e41a5x1qz82meo1_1280.png 600w, tumblr_nqe5e41a5x1qz82meo1_1280-300x184.png 300w” sizes="(max-width: 600px) 100vw, 600px"} From the WWDC15 talk “Protocol-Oriented Programming in Swift” Print it and put it in your wallet. — Rui Peres Print it and put it in your wallet. pic.twitter.com/bhVADs7Hdj — R. Peres (@RuiAAPeres) June 22, 2015

June 23, 2015 Â· 1 min Â· 45 words

🏞 Mobile App Lifecycle

{width=“1280” height=“1013” srcset=“tumblr_niy1tlT1uJ1qz82meo1_1280.png 1280w, tumblr_niy1tlT1uJ1qz82meo1_1280-300x237.png 300w, tumblr_niy1tlT1uJ1qz82meo1_1280-1024x810.png 1024w” sizes="(max-width: 1280px) 100vw, 1280px"} (…) diagram image for understand [a mobile app] Life Cycle (iPhone / Android) — RDC (via What is the Life Cycle of an iPhone application? – Stack Overflow )

January 29, 2015 Â· 1 min Â· 41 words

🔗 Mobile cross-platform technologies comparison

{width=“496” height=“1290” srcset=“tumblr_niy2fjyTFG1qz82meo2_r1_1280.png 496w, tumblr_niy2fjyTFG1qz82meo2_r1_1280-115x300.png 115w, tumblr_niy2fjyTFG1qz82meo2_r1_1280-394x1024.png 394w” sizes="(max-width: 496px) 100vw, 496px"} Developers are now finding themselves having to author applications for a diverse range of mobile platforms (iOS, Android, Windows Phone, …), each of which have their own ’native’ development languages, tools and environment. (…) but which to choose? (…) PropertyCross presents a non-trivial application , for searching UK property listings, developed using a range of cross-platform technologies and frameworks....

January 29, 2015 Â· 1 min Â· 89 words

🏞 (image)

The Flipboard Explorer, or FLEX, is a component that you can easily drop into any iOS project. When presented, FLEX shows a debugging toolbar that lives in a window above your app. From this toolbar, you can view and modify nearly every piece of state in the application. Unlike many other debugging tools, FLEX works entirely inside your app, so you donĘĽt need to be connected to LLDB/Xcode or a different remote debugging server....

September 30, 2014 Â· 1 min Â· 91 words

🔗 GLYF

GLYF onethingwell : Glyf is a Unicode character picker for iOS 8. It is packaged as a custom keyboard, so you can use Glyf from inside any application. App Store

September 28, 2014 Â· 1 min Â· 30 words

🔗 Documenting in Xcode with HeaderDoc Tutorial | Ray Wenderlich

Documenting in Xcode with HeaderDoc Tutorial | Ray Wenderlich When Xcode 5 and iOS 7 were announced, a small addition was mentioned that most people might have missed: HeaderDoc. (…) In addition, Xcode parses HeaderDoc-style comments behind the scenes to automatically present your documentation in quick look panels.

June 18, 2014 Â· 1 min Â· 48 words

🔗 The best Xcode plugins

iosdevtips : There are a lot of Xcode plugins to augment the IDE with additional features, conveniences etc., but it is a pain to discover and install such plugins. Alcatraz is a really great package manager that makes it a breeze to install Xcode plugins. Here’s how it looks: In Alcatraz, you’ll find plugins, color schemes and templates for code fragments. You can install it by visiting alcatraz.io. Here are some of the best Xcode plugins available in Alcatraz to boost your productivity:...

April 12, 2014 Â· 1 min Â· 85 words