Push-Nachrichten von MacTechNews.de
Würden Sie gerne aktuelle Nachrichten aus der Apple-Welt direkt über Push-Nachrichten erhalten?
Forum>Entwickler>Page Control... Inhalte hinterlegen?

Page Control... Inhalte hinterlegen?

Mapple
Mapple20.08.1317:58
Hallo zusammen,

ich habe mal wieder eine Frage

Bei meiner App habe ich jetzt mehrere Views vereint.
Eigene Ions in meiner Tab Bar u.s.w.
Nun möchte ich auf einem dieser Views ein Page Control haben.
Im Storyboard auf den View gezogen und da ist es.
Aber wie kann ich nun Inhalte in's Page Control hinterlegen. Dachte so an fest definierte Bilder, welche ich dann nach rechts oder links scrolle.

Vielen Dank und Gruß

Mapple
0

Kommentare

twilight
twilight20.08.1318:12
"When a user taps a page control to move to the next or previous page, the control sends the UIControlEventValueChanged event for handling by the delegate. The delegate can then evaluate the currentPage property to determine the page to display. The page control advances only one page in either direction."

Quelle:

Ansonsten empfehle ich das SODD-Paradigma: - StackOverflow Driven Development

Peter
„Auch dienstlich tu ich mir garantiert kein Windows an!“
0
Mapple
Mapple20.08.1321:29
twilight
"When a user taps a page control to move to the next or previous page, the control sends the UIControlEventValueChanged event for handling by the delegate. The delegate can then evaluate the currentPage property to determine the page to display. The page control advances only one page in either direction."

Quelle:

Ansonsten empfehle ich das SODD-Paradigma: - StackOverflow Driven Development

Peter

Hallo Peter,

Danke für den Tipp.

Gruß

Mapple
0

Kommentieren

Diese Diskussion ist bereits mehr als 3 Monate alt und kann daher nicht mehr kommentiert werden.