Questions tagged [uibuilder]

A UI builder for Pharo-Smalltalk that is no longer being developed.

According to the source page, UIbuilder is a "Failed attempt of develop a UI builder for Pharo-Smalltalk. That version only works in Pharo 1.1. [It is] opened for any developer." Development appears to have halted in 2011.

25 questions
0
votes
2 answers

ipad - HelloWorld How To View a PDF

I need to write a simple app which will view a PDF stored locally on the phone as part of the app bundle. Is there a control in UIBuilder that I can use to display a PDF?
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
1 answer

iPad view lifecycle: What does the "window" do? Can you have more than one window for an App?

In the iPad view lifecycle, what does the "window" do? Can you have more than one window for an App?
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
1 answer

How to use combination of Layouts to get widgets at desired position

we are confused with designing interface file for android,we have made user interface with Absolute layout and used "dip" instead of "px" (for different screen size issue) ,but it looks like,Absolute layout has been depreciated,and…
Mohith Km
  • 2,079
  • 1
  • 16
  • 16
0
votes
1 answer

Text in UIScrollView is running horizontal

I'm attempting to make a horizontally scrollable text. The text is dynamic, but very large, therefore I need a dynamic amount of horizontal space and the ability to scroll. My tree : I set my view to constraints 0, -20, -20, -340 ( top, left,…
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
0 answers

Storyboard error in Xcode 6.1.1

I'm working with a client to make a lawyer app. There is a lot of content so he is helping to create storyboards. The problem is that when we add any new storyboards the build fails for him but not for me. We are using Google drive to share the…
bburk707
  • 105
  • 3
0
votes
1 answer

What is the best way to thumb through photos on the iPad?

I and a user to be able to thumb though photos on their iPad, how would I go about doing this via x-code, objective-C or the UI Builder?
Daniel Kivatinos
  • 24,088
  • 23
  • 61
  • 81
0
votes
1 answer

How to manage multiple UIViewController from one Container?

I have a UIViewController inside which I have a Container. I want to be able to change the UIViewController inside that Container. I think I can manage the Segue calls to make that happen but how do I connect multiple UIViewController objects (and…
Brian White
  • 8,332
  • 2
  • 43
  • 67
0
votes
1 answer

Update UI element in custom Swift class

Alright, so when I first started reading about Xcode and interface builder I followed a few tutorials that made use of AppDelegate.Swift for all UI events. I'm branching out now and trying to make a custom class that still updates labels and windows…
user3185748
  • 2,478
  • 8
  • 27
  • 43
0
votes
1 answer

iOS - prevent click on UIButton from propagating to views behind it

I have a button on top of a GLKView. When i click on the button, i also receive a long touch notification on the GLKView that is behind the button. How can i prevent the notification from propagating to the view?
Erik Sapir
  • 23,209
  • 28
  • 81
  • 141
0
votes
2 answers

Show progress line over existing elements

Not sure if the title is very clear but I don't know the exact name for the thing I'm looking for. I have a gird that consists of UIButtons (basically a sequencer). I want a line similar to the vertical line in this image (between the 8th and 9th…
user393964
1
2