objective c - finding duplicated on outletCollection -


i'm beginner in objective-c, coming c#, when creating outletcollection of uibutton, noticed following behavior if connect same button outletcollection again , again there no error or warning letting me know object associated outlet. opened storyboard file in editor , found there connections different id's, pointing same destination (representing object id), place saw duplication , button happened on @ connection inspector

my questions: a) reason , logic behind behavior (letting me set same connection
multiply times)? b) there way change object id or associate name (like in c#)? c) there way or place find kind of mistakes cause in case there many buttons(or other objects) take long time go 1 one finding duplicate one.

thanks


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -