Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed to open #264

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DropDown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.author = { "kevin-hirsch" => "[email protected]" }
s.social_media_url = "http://twitter.com/kevinh6113"

s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.source = {
:git => "https://github.com/AssistoLab/DropDown.git",
:tag => "v#{s.version.to_s}"
Expand Down
1 change: 1 addition & 0 deletions DropDown/helpers/DPDConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ internal struct DPDConstant {
internal struct ReusableIdentifier {

static let DropDownCell = "DropDownCell"
static let MoreDropDownCell = "MoreDropDownCell"

}

Expand Down
40 changes: 40 additions & 0 deletions DropDown/resources/MoreDropDownCell.xib
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="MoreDropDownCell" id="sIu-D6-ayG" customClass="MoreDropDownCell" customModule="DropDown" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="sIu-D6-ayG" id="A2f-NC-btM">
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kwx-fS-hWi">
<rect key="frame" x="8" y="8" width="398" height="28"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="kwx-fS-hWi" secondAttribute="bottom" constant="8" id="9UH-Sy-QiB"/>
<constraint firstItem="kwx-fS-hWi" firstAttribute="top" secondItem="A2f-NC-btM" secondAttribute="top" constant="8" id="QhQ-tx-B9l"/>
<constraint firstAttribute="trailing" secondItem="kwx-fS-hWi" secondAttribute="trailing" constant="8" id="e0I-dy-1Oo"/>
<constraint firstItem="kwx-fS-hWi" firstAttribute="leading" secondItem="A2f-NC-btM" secondAttribute="leading" constant="8" id="ldF-wL-QG2"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="optionLabel" destination="kwx-fS-hWi" id="974-Sq-gyv"/>
</connections>
<point key="canvasLocation" x="142" y="154"/>
</tableViewCell>
</objects>
</document>
Loading