Fixed ringtone selection.
This commit is contained in:
@@ -216,6 +216,7 @@ class WVMDataSource: UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource
|
|||||||
func pickerView(_ v: UIPickerView, titleForRow r: Int, forComponent: Int) -> String?
|
func pickerView(_ v: UIPickerView, titleForRow r: Int, forComponent: Int) -> String?
|
||||||
{
|
{
|
||||||
if v.tag == 2{
|
if v.tag == 2{
|
||||||
|
print(v.tag)
|
||||||
return ringtones[r].name
|
return ringtones[r].name
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -224,28 +225,30 @@ class WVMDataSource: UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//class RingtonesDataSource: UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource
|
|
||||||
//{
|
class RingtonesDataSource: UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource
|
||||||
// required init?(coder: NSCoder)
|
{
|
||||||
// {
|
required init?(coder: NSCoder)
|
||||||
// super.init(coder: coder)
|
{
|
||||||
// delegate = self
|
super.init(coder: coder)
|
||||||
// dataSource = self
|
delegate = self
|
||||||
// }
|
dataSource = self
|
||||||
//
|
}
|
||||||
// func numberOfComponents(in pickerView: UIPickerView) -> Int
|
|
||||||
// {
|
func numberOfComponents(in pickerView: UIPickerView) -> Int
|
||||||
// return 1
|
{
|
||||||
// }
|
return 1
|
||||||
//
|
}
|
||||||
// func pickerView(_ v: UIPickerView, numberOfRowsInComponent: Int) -> Int
|
|
||||||
// {
|
func pickerView(_ v: UIPickerView, numberOfRowsInComponent: Int) -> Int
|
||||||
// return ringtones.count
|
{
|
||||||
// }
|
return ringtones.count
|
||||||
//
|
}
|
||||||
// func pickerView(_ v: UIPickerView, titleForRow r: Int, forComponent: Int) -> String?
|
|
||||||
// {
|
func pickerView(_ v: UIPickerView, titleForRow r: Int, forComponent: Int) -> String?
|
||||||
// return ringtones[r].name
|
{
|
||||||
//
|
return ringtones[r].name
|
||||||
// }
|
|
||||||
//}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -477,7 +477,7 @@
|
|||||||
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="bCI-jj-foN">
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="bCI-jj-foN">
|
||||||
<rect key="frame" x="0.0" y="258.5" width="374" height="150"/>
|
<rect key="frame" x="0.0" y="258.5" width="374" height="150"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<pickerView tag="2" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JbI-Jp-vvx">
|
<pickerView tag="2" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JbI-Jp-vvx" customClass="RingtonesDataSource" customModule="GetGoing" customModuleProvider="target">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="374" height="150"/>
|
<rect key="frame" x="0.0" y="0.0" width="374" height="150"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="height" constant="150" id="OgV-hH-xcq"/>
|
<constraint firstAttribute="height" constant="150" id="OgV-hH-xcq"/>
|
||||||
@@ -911,7 +911,7 @@
|
|||||||
<rect key="frame" x="0.0" y="0.0" width="374" height="170"/>
|
<rect key="frame" x="0.0" y="0.0" width="374" height="170"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="person.crop.circle.badge.checkmark" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="yVW-fL-SIQ">
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="person.crop.circle.badge.checkmark" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="yVW-fL-SIQ">
|
||||||
<rect key="frame" x="130.5" y="0.0" width="111.5" height="109.5"/>
|
<rect key="frame" x="132" y="0.0" width="110" height="109.5"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="width" constant="110" id="So8-k5-nLS"/>
|
<constraint firstAttribute="width" constant="110" id="So8-k5-nLS"/>
|
||||||
<constraint firstAttribute="height" constant="110" id="inA-vb-CrL"/>
|
<constraint firstAttribute="height" constant="110" id="inA-vb-CrL"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user