Advertisement
Guest User

Untitled

a guest
Jun 1st, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Receiver (<[MY VIEWCONTROLLER SUBCLASS]: 0x7fc9e99f0640>) has no segue with identifier 'HomeToSettings''
  2.  
  3. <connections>
  4. <outlet property="notificationsButton" destination="hG9-8E-sv6" id="mn0-1x-Qxj"/>
  5. <outlet property="settingsButton" destination="Fy0-au-d6J" id="r1c-fG-KOP"/>
  6. <outlet property="tableView" destination="9bJ-Cd-hc3" id="Wuy-hJ-QVU"/>
  7. <segue destination="ad8-yH-D5h" kind="show" identifier="HomeToCreateList" id="bsg-J2-Gp3"/>
  8. //More segues...
  9. <segue destination="pNX-Jw-wau" kind="show" identifier="HomeToNotifications" id="B2t-BE-YpW"/>
  10. <segue destination="xge-ah-WXM" kind="show" identifier="HomeToSettings" id="nTa-qO-SCb"/>
  11. </connections>
  12.  
  13. [self performSegueWithIdentifier:@"HomeToSettings" sender:self];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement