I'm not 100% sure what you're asking, so here's a couple possible answers.
I'd pronounce that line "interface Root View Controller, subclassing U I Table View Controller, conforming to the U I Table View Delegate and U I Table View Data Source protocols." Or possibly "subclasses/conforms to", depending on the context.
The name of the punctuation is "angle brackets" or "less than/greater than" (or, archaically, when together, "not equal to", but if you say that, even about the literal "<>", it's unlikely you'll be understood). So if I was describing the line to be typed in, I might instead say "at interface Root View Controller, colon, U I Table View Controller, open angle bracket, U I Table View Delegate, comma, U I Table View Data Source, close angle bracket."
Hope this helps.
Daniel
On Jan 20, 2015, at 7:19 AM, Aaron Lewis <the.warl0ck.1989@gmail.com> wrote:
> Hi,
>
> When you define an interface you can use '<>' to support delegates
>
> @interface RootViewController : UITableViewController
> <UITableViewDelegate, UITableViewDataSource>
>
> How do you call/pronounce this '<>' syntax in english?
> I'm trying to find more details on it, but I don't know how to search for it ..
>
> --
> Best Regards,
> Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
> Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Objc-language mailing list (Objc-language@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/objc-language/danhd123%40mac.com
>
> This email sent to danhd123@mac.com
I'd pronounce that line "interface Root View Controller, subclassing U I Table View Controller, conforming to the U I Table View Delegate and U I Table View Data Source protocols." Or possibly "subclasses/conforms to", depending on the context.
The name of the punctuation is "angle brackets" or "less than/greater than" (or, archaically, when together, "not equal to", but if you say that, even about the literal "<>", it's unlikely you'll be understood). So if I was describing the line to be typed in, I might instead say "at interface Root View Controller, colon, U I Table View Controller, open angle bracket, U I Table View Delegate, comma, U I Table View Data Source, close angle bracket."
Hope this helps.
Daniel
On Jan 20, 2015, at 7:19 AM, Aaron Lewis <the.warl0ck.1989@gmail.com> wrote:
> Hi,
>
> When you define an interface you can use '<>' to support delegates
>
> @interface RootViewController : UITableViewController
> <UITableViewDelegate, UITableViewDataSource>
>
> How do you call/pronounce this '<>' syntax in english?
> I'm trying to find more details on it, but I don't know how to search for it ..
>
> --
> Best Regards,
> Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
> Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Objc-language mailing list (Objc-language@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/objc-language/danhd123%40mac.com
>
> This email sent to danhd123@mac.com
No comments:
Post a Comment