Skip to content

Commit

Permalink
Replace deprecated iconManager: by iconProvider:
Browse files Browse the repository at this point in the history
  • Loading branch information
koendehondt committed Sep 3, 2024
1 parent 2dad8e1 commit ed91b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapters/CaseStudyOne/CaseStudyOne.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ As we will see in Chapter *@cha_commander@*, toolbars can be automatically creat
### An application manages icons

What we can see from the definition of the method `initializeWindow:` is that an application manages icons with the message `iconNamed:`. Indeed, a presenter defines the `iconNamed:` message as a delegation to its application.
In addition, your application can define its own icon set using the message `iconManager:`.
In addition, your application can define its own icon set using the message `iconProvider:`.

### FilmPresenter

Expand Down

0 comments on commit ed91b89

Please sign in to comment.