Preguntas etiquetadas con swift

101
Convertir cadena en flotante en Swift

Estoy tratando de convertir números tomados de un UITextField, que supongo, son en realidad Strings, y convertirlos a Float, para poder multiplicarlos. Tengo dos UITextfields que se declaran de la siguiente manera: @IBOutlet var wage: UITextField @IBOutlet var hour: UITextField Cuando el usuario...

101
¿Qué son 'obtener' y 'configurar' en Swift?

Estoy aprendiendo Swift y estoy leyendo The Swift Programming Language de Apple, no tengo experiencia en Objective C (solo PHP, JS y otros, pero no Obj C) En la página 24-25 veo este código: //...Class definition stuff... var perimeter: Double { get { return 3.0 * sideLength } set {...

101
¿Cómo puedo colorear un UIImage en Swift?

Tengo una imagen llamada arrowWhite. Quiero colorear esta imagen en negro. func attachDropDownArrow() -> NSMutableAttributedString { let image:UIImage = UIImage(named: "arrowWhite.png")! let attachment = NSTextAttachment() attachment.image = image attachment.bounds = CGRectMake(2.25, 2,...

100
Fallo de segmentación del compilador rápido al compilar

Agregar una heightpropiedad calculada (conveniente) UIViewen mi UIViewExtension.swiftarchivo está causando que el compilador Swift tenga errores de segmentación ... ¿Qué podría estar fallando aquí? 0 swift 0x00000001061e5608 llvm::sys::PrintStackTrace(__sFILE*) + 40 1 swift 0x00000001061e5af4...