Skip to content

Commit

Permalink
Merge pull request #410 from intercom/fix/sample-apps-ui
Browse files Browse the repository at this point in the history
Removed wrong button actions in Storyboard
  • Loading branch information
KarthikMS authored Nov 30, 2022
2 parents d315558 + 071e46e commit dd650db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Examples/Sample-ObjC/Sample-ObjC/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
</state>
<connections>
<action selector="openInboxTapped:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="hxq-8d-iOB"/>
<action selector="openMessengerTapped:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="8KX-7R-YzJ"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ogC-ME-cPV">
Expand Down Expand Up @@ -118,7 +117,6 @@
<color key="titleColor" systemColor="lightTextColor"/>
</state>
<connections>
<action selector="openArticle:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="AQB-IX-BuM"/>
<action selector="openCarousel:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="QSh-4v-rG3"/>
</connections>
</button>
Expand All @@ -133,7 +131,6 @@
<color key="titleColor" systemColor="lightTextColor"/>
</state>
<connections>
<action selector="openArticle:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="lap-BT-Ckd"/>
<action selector="openSurvey:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="UbR-oV-cRw"/>
</connections>
</button>
Expand Down

0 comments on commit dd650db

Please sign in to comment.