Skip to content

Commit

Permalink
remove sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragaie alfy authored and Ragaie alfy committed Jan 15, 2018
1 parent f76e93d commit fca2793
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 4 additions & 2 deletions ActionSheetBottom-Chtar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -368,7 +368,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -383,6 +383,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 8Z3K9T9U74;
INFOPLIST_FILE = "PickerList-Chtar/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Chtar.PickerList-Chtar";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -396,6 +397,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 8Z3K9T9U74;
INFOPLIST_FILE = "PickerList-Chtar/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Chtar.PickerList-Chtar";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions PickerList-Chtar/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class ViewController: UIViewController ,SheetPickerDelegate,SheetPickerDateDeleg
}


SheetPicker.init(sheetPickerWithdelegate: <#T##String#>, delegate: <#T##SheetPickerDelegate#>, dataSource: <#T##[String]#>)
// SheetPicker.init(sheetPickerWithdelegate: <#T##String#>, delegate: <#T##SheetPickerDelegate#>, dataSource: <#T##[String]#>)
//
//
}


Expand Down
2 changes: 0 additions & 2 deletions PickerList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ extension UIResponder {
public func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int) {

selectItem = row
let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
selectionFeedbackGenerator.selectionChanged()

// let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
// lightImpactFeedbackGenerator.impactOccurred()
Expand Down

0 comments on commit fca2793

Please sign in to comment.