Hui WangSep 22, 20221 min readArticles69. Article: Regex101, an online tool for regular expression debuggingRegex101 is an online tool for regular expression debugging. It provides helpful information to optimize the writing of regular...
Hui WangSep 20, 20221 min readArticles67. Article: How to know if ScrollView, List is scrollingIt is very important in some scenarios if you want to know if a scrollable control ( ScrollView, List ) is in a scrolling state. For...
Hui WangJan 20, 20221 min readTools & LIbraries5. Tools: Automatically merging conflicts in Xcode project filesFor some large projects, when there are many developers involved in submitting code, there are often times when you need to deal with...