Builder Search Results

How To: Prevent a clogged drain in your home

A clogged drain is easy to fix with the right plumbing fittings. Ask the Builder host, Tim Carter, shares clogged drain tips that make clearing a clogged drain easy. Following Tim's clogged drain tips will prevent future clogged bathtub drains, clogged kitchen drains, clogged sink drains, or any other clogged drains in your home plumbing.

How To: Make a web browser in Xcode

In this tutorial, we learn how to make a web browser in Xcode. First, open up Xcode on your Apply computer, then create a new project. Now go under actions and click 'add', then 'existing frameworks'. Next, click add twice, then scroll down to where you see "menu.xib". Double click on this, and interface builder will open up. You will now have four windows on your desktop opened up. Now go to web view and drag and drop the screen. From here, you can create buttons for the web browser and deci...

How To: Make your first iPhone app with Xcode

In this video from XcodeMod we learn how to make an iPhone app with Xcode. Open up XCode and go to File...New Project. Pick what kind of app you'd like to save it as and come up with a name to save it as and save it to your desktop. Open the Classes folder and go into the AppDelegate.H. In the space above @end, type - (IBAction) buttonTapped to create a button. Save that, copy that line and paste it where you want the button in your appdelegate.M. Now in Resources folder open the Mainwindow.x...