Digital Circuit Analyzer
Hi,
I am new to iPhone development. I want to make a digital circuit analyzer that would be able (for now at least) to process a few AND gates linked together. I want to put an AND gate button on bottom, a WIRE button to connect the 2 pin AND gates, a CLOCK button to put a clock on the inputs to the AND gates not connected to other gates, an OUTPUT pin button to place on the output, and a RUN button that would give the output to the simple (maybe 1-4 AND gate) system.
Currently I figured out how to add my own image to a button. I have a button with an AND gate symbol. Would anyone be able to help me to be able to enable the button to add AND gate objects (images) to my work area that I would later be able to connect with the WIRE button together? I already added a 'touch up inside' for my AND button connected to the File Owner that goes to a method. I don't know what to put in that method to allow me to place multiple AND gates anywhere. Thank in advance!
|