Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6144855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:42:34+00:00 2026-05-23T18:42:34+00:00

I’m trying to get a ViewController hooked up to a tab in a TabController.

  • 0

I’m trying to get a ViewController hooked up to a tab in a TabController. I’ve set the tab type to be a NavigationController, and my ViewController subclass as the tab’s identity. I’ve also set the NIB name for the tab. When I use any of the other tabs with NavigationContollers, everything works, yet one particular view throws an exception, this class is not key value coding-compliant for the key txtPassword.

2011-07-14 17:11:10.784 myApp[5027:207] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x5a36500> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key txtPassword.'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x013305a9 __exceptionPreprocess + 185
    1   libobjc.A.dylib                     0x01484313 objc_exception_throw + 44
    2   CoreFoundation                      0x013304e1 -[NSException raise] + 17
    3   Foundation                          0x00195677 _NSSetUsingKeyValueSetter + 135
    4   Foundation                          0x001955e5 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 285
    5   UIKit                               0x0061930c -[UIRuntimeOutletConnection connect] + 112
    6   CoreFoundation                      0x012a68cf -[NSArray makeObjectsPerformSelector:] + 239
    7   UIKit                               0x00617d23 -[UINib instantiateWithOwner:options:] + 1041
    8   UIKit                               0x00619ab7 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 168
    9   UIKit                               0x004cf628 -[UIViewController _loadViewFromNibNamed:bundle:] + 70
    10  UIKit                               0x004cd134 -[UIViewController loadView] + 120
    11  UIKit                               0x004cd00e -[UIViewController view] + 56
    12  UIKit                               0x004cb482 -[UIViewController contentScrollView] + 42
    13  UIKit                               0x004dbf25 -[UINavigationController _computeAndApplyScrollContentInsetDeltaForViewController:] + 48
    14  UIKit                               0x004da555 -[UINavigationController _layoutViewController:] + 43
    15  UIKit                               0x004db870 -[UINavigationController _startTransition:fromViewController:toViewController:] + 524
    16  UIKit                               0x004d632a -[UINavigationController _startDeferredTransitionIfNeeded] + 266
    17  UIKit                               0x005f12e9 -[UILayoutContainerView layoutSubviews] + 226
    18  QuartzCore                          0x00f5aa5a -[CALayer layoutSublayers] + 181
    19  QuartzCore                          0x00f5cddc CALayerLayoutIfNeeded + 220
    20  QuartzCore                          0x00f020b4 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 310
    21  QuartzCore                          0x00f03294 _ZN2CA11Transaction6commitEv + 292
    22  QuartzCore                          0x00f0346d _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 99
    23  CoreFoundation                      0x0131189b __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 27
    24  CoreFoundation                      0x012a66e7 __CFRunLoopDoObservers + 295
    25  CoreFoundation                      0x0126f1d7 __CFRunLoopRun + 1575
    26  CoreFoundation                      0x0126e840 CFRunLoopRunSpecific + 208
    27  CoreFoundation                      0x0126e761 CFRunLoopRunInMode + 97
    28  GraphicsServices                    0x01acd1c4 GSEventRunModal + 217
    29  GraphicsServices                    0x01acd289 GSEventRun + 115
    30  UIKit                               0x0042bc93 UIApplicationMain + 1160
    31  myApp                           0x00001f44 main + 102
    32  myApp                           0x00001ed5 start + 53
)
terminate called after throwing an instance of 'NSException'

The property is declared as in the interface for the ViewController (a subclass of UINavigationViewController and exposed as a property. It’s also synthesized and hooked up in IB like the rest of the controls, yet for some reason throws this exception.

Is there any way to track down the cause?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:42:34+00:00Added an answer on May 23, 2026 at 6:42 pm

    It turned out I had the class identity of a Tab in my UITabController set to an instance of a UINavigationController subclass, and the tab’s type was set to navigation controller. What I needed was to set the class identity of the UIView within the tab, not the tab itself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, what I'm trying to create is a page of div tags, each has
I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
I'm trying to create an if statement in PHP that prevents a single post
I am trying to loop through a bunch of documents I have to put
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.