I was hoping to get an answer for this... How do I create radio buttons using GORM?
We were assigned to create a converter so that when we enter a number, we can convert it to hex, binary, decimal or octs. I first created a class which will hold the conversions.
We were given a hint that we have to use NSMatrix but... Does that mean I have to create another class in the NSMatrix so I could do it???