How To Show Hidden Files In Mac OS Finder And Select Hidden Files In Html Upload File Form

When you use Mac OS Finder to browse files, you will find it can not display hidden files. This is the Mac OS default settings. But this is not user-friendly when you need to select hidden files in the Mac OS Finder to submit the hidden files to a web server. So this article will

How To Show Hidden Files In Mac OS Finder And Select Hidden Files In Html Upload File Form Read More »

How To Simulate Memory Warning In Xcode 10 iOS Simulator

When you develop an iOS app, you sometimes need to simulate memory warning notifications to test your iOS app in high memory pressure conditions. Xcode simulator just provides such a tool for you to trigger memory warning notifications. Then you can test your source code in ViewController class’s didReceiveMemoryWarning function. This article will tell you

How To Simulate Memory Warning In Xcode 10 iOS Simulator Read More »

How To Set iOS App Supported Devices And Orientation In Xcode Target Or Programmatically

When you develop an iOS app, you may want your app to support iPhone, iPad only, or support both of them. And in some cases, if your UI layout is very complex, you can make your iOS app layout fixed by showing the app only in one orientation ( for example Portrait or Landscape orientation

How To Set iOS App Supported Devices And Orientation In Xcode Target Or Programmatically Read More »