Questions tagged [outlet]

129 questions
0
votes
1 answer

Getting iOS outlets wired in InterfaceBuilder

I'm new to developing in iOS and successfully ran through a tutorial on how to create and connect outlets in a Mac OSX Cocoa App. However, when I try to follow the same process for my iPhone app, I keep hitting walls... (Apologies for the lengthy…
Yarin
  • 173,523
  • 149
  • 402
  • 512
0
votes
1 answer

Outlets cannot connected to repeating content in uitableview

I'm using Two tableview cells on single tableview like dis...enter image description here and when I put subviews on both cells it is showing Outlets cannot connected to repeating content in uitableview
Mohammed Hussain
  • 176
  • 2
  • 13
0
votes
1 answer

How do I render a template into a global component/outlet

I have a question regarding rendering a route into a component/outlet. I would like to have a component that sits in the application template that acts like a modal/popover. When rendering a route, I would like to render the template into the…
ancoanco
  • 220
  • 6
  • 17
0
votes
1 answer

Cannot include outlets in file

I created a storyboard with a navigation controller inside. The View inside the nav controller contains a MKMapView. Now I want to create an Outlet in my viewController.m file. But when I try to connect from storyboard to the viewcontroller.m file…
sesc360
  • 3,155
  • 10
  • 44
  • 86
0
votes
1 answer

"class not key value coding-compliant [...]" when trying to reference custom view outlets

I'm quite new in the iOS community, so this might be a dumb question. I'm trying to create a custom view with subviews that I can interact with in the code. Here's what I did : I created a PageView.xib I created a PageView.m and PageView.h files In…
Julien Perrenoud
  • 1,401
  • 11
  • 20
0
votes
1 answer

Xcode not allowing adding of new outlet

When i control click on any of the objects in my view controller and try to drag them to the viewcontroller it wont seem to let me add any of the objects as outlets or actions. Any idea whats causing that?
0
votes
1 answer

Display text (string) in the storyboard

I want to display some text (string) in a NSTextView Outlet in a storyboard file, but it does not work. I am not sure if I used the best approach. Is the selected method "insertText" the correct one? is the outlet connection correct? Does the…
0
votes
1 answer

Ember: how to render to an outlet in a parent route/template?

I have a page on our site, lets call it "animals", which is broken into two sections - there's a menu on the left and content in a panel on the right. The left menu has two tabs; "cats" and "dogs", each with a list of breeds in them. So if I go to…
Zuur
  • 101
  • 1
  • 6
0
votes
1 answer

Multiple outlets with Multi-Scenes and ViewControllers for iOS

So I have have three scenes with three individual textFields. I set up three ViewControllers for each of the scenes to handle dismissing the keyboard on each respective textField in it's own scene. But I can't get the textField object to create a…
CGTheLegend
  • 734
  • 1
  • 7
  • 19
0
votes
1 answer

Render inside in outlet replacing this content

I'm having some difficults to render a content inside a template. It seems to be a easy task to do, but I couldn't do anyway. Some body can help me? ApplicationView