I was mocking about with Interface Builder and the DetailView of a SplitViewController. I have a UIImageVIew of size 700px by 700px in the detailView and nothing else, I would like it to always positi
where is Apple documentation for TableViewCell View Modes (that 开发者_开发百科appear in Interface Builder)?
So I have two images set to fill the screen - one at 320x480 (iPhone 3) and the other at 640x960 (iPhone 4).
To start, I put my info into Core Data and I have my table showing up in Interface Builder. It has 20 atributes that are the same except for the number after them ie. example1, example2, etc. Each of
Does anyone know how to create custom buttons for Interface Builder? Like instead of have just a regular Round Rect Button, I wa开发者_JAVA技巧nt to have like a custom 3D button and some random image
I need some help with getting deeper into MacRuby and XCode, especially the part where I can access various library component properties/methods. I need some kind of reference I guess.
in my app when i click on refresh button, an activity indicator appears. and when tableView is refreshed then it disappears. i want to use a image instead of that activity indicator in such a way that
I am a newbie to iPhone App development. I want to have a view, which displays some images and text. All static content. How do i have a vertical scrolling option so that user can scroll and see the
I have the following noobie class: class CoreController < NSWindowController attr_accessor :consoleOutput, :consoleInput, :command, :parsedcommand
hi I am an iphone newbie, so a little confused in UIWindow concept. On Mac, we can use multiple NSWindows in one application, i guess. But in iphone, can we use multiple UIWindows in one iphone applic