Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

259
Views
UIAlertController (ActionSheet): no se pueden satisfacer simultáneamente las restricciones

Recibo esta advertencia cada vez que se presenta una hoja de acción de UIAlertController en un teléfono simulado. El código no es nada lujoso.

 let action1 = UIAlertAction(title: "Action 1", style: .default) { _ in } let action2 = UIAlertAction(title: "Action 2", style: .default) { _ in } let cancel = UIAlertAction(title: "Cancel", style: .cancel, handler: nil) let alert = UIAlertController(title: "title", message: "message", preferredStyle: .actionSheet) alert.addAction(action1) alert.addAction(action2) alert.addAction(cancel) self.present(alert, animated: true)

Estoy ejecutando Xcode 10.2 (10E125), Swift 5. La restricción parece estar fuera de mi control, pero avíseme si estoy haciendo algo mal.

la captura de pantalla

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Captura de pantalla de IB que muestra los iconos de los menús de manipulación de restricciones. También puede hacer clic en las propias restricciones para editarlas o eliminarlas.

Imagen de IB

Echa un vistazo a los distintos menús desplegables.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!