Standard Search
About 17 results
https://hboon.com/tweaking-xcodegen-project-to-check-xcode-project-is-not-outdated/ · 20 Jun 2024
How I make Xcode fail the build when project.yml changes but the generated Xcode project has not been regenerated with XcodeGen.
https://hboon.com/i-finally-adopted-xcodegen-across-my-projects/ · 2 Jun 2024
How I use XcodeGen to generate Xcode projects from project.yml, avoid Xcode project merge conflicts, and handle Package.resolved with SwiftPM.
https://hboon.com/notes-wkweb-view-location-change-history-aoi/ · 24 Aug 2021
WKNavigationDelegate is useful for tracking when user navigates to a different URL with functions such as webView :,decidePolicyFor:,decisionHandler:
https://hboon.com/notes-web3-provider-engine-wallet/ · 20 Jan 2021
This is about Web3 providers in Ethereum wallets. Web3 Provider --- Web3ProviderEngine has send and sendAsync . send throws an error sendAsync walks
https://hboon.com/overload-nslayoutconstraint-activate-arrays/ · 28 Jan 2020
Using anchors with Auto Layout is a big improvement over creating constraints using the class function in NSLayoutConstraint or Visual Format
https://hboon.com/zhi/ · 17 Dec 2017
About --- Being able to live reload UI changes during development is a boom for productivity. We have seen it in other environments such as Smalltalk,
https://hboon.com/difference-between-cfbundleversion-and-cfbundleshortversionstring/ · 13 May 2015
I wrote a response to a question about the difference between CFBundleVersion and CFBundleShortVersionString on the RubyMotion community forums and
https://hboon.com/ios-simtool/ · 9 Feb 2015
About --- As iOS app developers, we'll often find it useful to have many more photos than the few that Apple has supplied along with the iOS
https://hboon.com/color-inspector-rubymotion/ · 15 Dec 2013
While working on Everyday Journal , I sidetracked a little and built this prototype of a color inspector in RubyMotion code link that can be used to
https://hboon.com/rubymotion-retain-bug-closure-rm3-workaround/ · 27 Jun 2013
Update 2013/6/27: RM3 is now fixed as described by Laurent Sansonetti in this RubyMotion Groups post. Update 2014/01/02: Also be careful to use #weak! on procs where appropriate to make the self reference stored in procs weak. There's been a bit of a sto...