Questions tagged [outlet]
129 questions
44
votes
3 answers
Ember.js multiple, named outlet usage
I have an application, which will have a view layer organized in three parts:
Sidebar
Toolbar-left
Toolbar-right
I have spent may last few hours with trying to find something helpful with google, but I had no luck. I would need a short and…

Eduárd Moldován
- 1,495
- 3
- 13
- 29
24
votes
5 answers
Unable to make outlet connection to a constraint in IB
I am running XCode 5 with iOS 7. I need to dynamically change the height constraint of a UITextView prior to its layout. I have seen many postings stating that this can be done by making an outlet connection from the constraint in IB to the source…

johnnyspo
- 619
- 3
- 7
- 18
21
votes
1 answer
Targeting named outlet via routerLink adds extraneous "/"
I'm trying to launch a modal in my app via routing. Everything seems to work except that an extra slash is added to the URL that prevents it from resolving. The Url should look like this (and it works if I enter it…

Brian
- 1,363
- 3
- 12
- 26
9
votes
2 answers
Objective C terminology: outlets & delegates
I'm having issues understanding the concept of outlets how the iPhone deals with events. Help! Delegates confuse me too. Would someone care to explain, please?

Moshe
- 57,511
- 78
- 272
- 425
9
votes
1 answer
Ember.js -- How do I target outlets in nested/repeated views, and what are the best practices for such a ui layout?
I'm working on refactoring an inherited Ember application, with quite a bit of non-mvc disorder to it. I'm looking to keep things as modular as possible, and am hoping to reuse various ui components in multiple screens to help prevent code…

Gopherkhan
- 4,317
- 4
- 32
- 54
8
votes
5 answers
Xcode 4.5 Interface Builder Adds Underscores to Outlets
Does Xcode 4.5 have a slightly different manner of auto-generating properties and their associated memory release sections (in dealloc and viewDidUnload)?
I upgraded to Xcode 4.5 from 4.5 Beta 1 yesterday. Now when I use Interface Builder to create…

eattrig
- 326
- 1
- 4
- 12
6
votes
0 answers
Stimulus does not identify outlets in Rails 7 app
In a Rails 7 app, clicking an icon toggles the display property of a form. Both HTML elements connect properly to their respective controllers (toggler and togglee). The form (togglee) is an outlet of the icon (toggler).
The problem: The toggler…

BEEK
- 151
- 2
- 5
6
votes
1 answer
delete unused outlets in xcode
In Xcode I created an outlet and made it connected. Then I deleted the connection by clicking the cross in connection inspector. However, the unused outlet always appears there. How can I deleted the unused outlet. (I have deleted the code in the .m…

Bohan
- 65
- 1
- 6
5
votes
1 answer
Monodevelop 2.8, XCode 3.2.6, Interface Builder: Outlets and Actions
EDIT: Since I haven't installed XCode 4 yet, I would like to know if MD 2.8 is fully compatible with XCode 3.2.6 or not. In particular, Am I able to connect Outlets and Actions with the new procedure described in MT documentation?
I've just…

Lorenzo B
- 33,216
- 24
- 116
- 190
5
votes
0 answers
Is there a way to jump to code for outlets / actions in Xcode (4.4)?
I've been looking at an .xib that someone else set up and it would be really convenient if I could, say, double-click on the properties / methods associated with outlets / actions to jump to the actual code where those are declared / defined. I've…

ETA
- 181
- 1
- 6
4
votes
1 answer
Angular default router outlet
I have user module and i'm trying to load a default router outlet.
i want to load UserHomeComponent when the path is /user but it's not working. if i add a path instead of keeping it empty it works fine.
This is my user routing module:
const…

Abduallah Shamhan
- 129
- 1
- 7
4
votes
1 answer
Xcode 5 Slowing when opening "Connection inspector" on xib or storyboard file
I'm getting an issue with Xcode since a while.
When i'm in a storyboard or a xib file, and i want go to the connection inspector in the right panel, it's taking between 15 and 20 seconds to display all my outlets and actions of my ViewController.…

RNo
- 56
- 6
4
votes
3 answers
Styling the main outlet in Ember
I have a layout that requires the main outlet to be 100% of the height of the page.
Here's a JSFiddle showing the issue I'm having. I can create the index view and assign css classes to it via the classNames property, but there is always that root…

deadbabykitten
- 159
- 3
- 14
4
votes
1 answer
Why can't I create an Action in Xcode?
When I follow the instructions at How do I add an action or outlet to a class in Xcode 4.3.1?, or Apple's First iOS App tutorial, there's no option for Action. There is only options for Outlet and Outlet Connections. What am I doing wrong?

Cin316
- 651
- 1
- 9
- 19
4
votes
3 answers
Are there no outlet collections for mac applications?
It seems that there is no way to use outlet collections in a mac application. Why not?

user
- 85
- 7