in Technology by

Why create a custom view in Objective-C?

1 Answer

0 votes
by

You can also create a custom view to to encapsulate the visual appearance and behavior of your own reusable component. For example, in a news reading application we might want a standard component to display images with a caption using a consistent style on both the home page view controller as well as the individual story view controller.

Related questions

0 votes
    How we can layout subviews in a view in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    I wanted to create a gallery. It loads different images based on the category, that a user selects. I used to populate ... ; int imgCount = [galleryImages count]; for(int i=0;i...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Custom Role in Oracle Fusion : How to Create PO and Receiving Inquiry(View Only) Role in Oracle Fusion?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    Can we create Dynamic Classes in Objective C? If Yes, Explain how to create with a valid use case?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Can we use both swift (.swft) and objective c (.h .m) in same xcode project ?...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    How do I call Objective-C code from Swift?...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    Explain the difference between Swift vs Objective-C.?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    What are benefits of collections views in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What are the size classes in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is bundle in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is posing in Objective C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is the isa member in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is an extension in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Is Objective C, a dynamic language? True/False, explain....
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Are id and instanceType same? If not, what are differences between them in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
...