june 21
issue
the send button is not dismissing the viewController
issue
- go to email
- press cancel
- press delete draft
- go to email again
- press cancel
nothing happens.
q
On the second cancel do we enter didFinishWithResult
ans
no
q
does setting the delegate to nil help?
note
testing if the delegate can be set to nil
note
what I really need is a way to send email automatically
note
title is objectiveC style so must be assigned before use.
breakpoint and look at the title we are trying to assign
note
the notation for blocks as input is often (() -> Void)
bug
adding vert is not working
changed startPos to restart and still not entering
note
the scrollview has several subviews.
Have to send the buttons to be behind GraphWorld View or they block gesture recognition.
note
remove verts not working
bug
UITextField cannot enter text
task
want the entity name to appear each time the attributeTable gets loaded
note
text is not being displayed after being set. Does it display at setup?
note
can’t deselect a cell after it is selected.
note
check if the gesture recog blocks pans from occurring
bug
"The working copy “CoreDataModeller” failed to commit files”
fatal: “WIll not add file alias MailGen.swift … mailGen.swift already exists in index
bug
attributes are not given deterministically
refactor
cells will contain the text of the default string for attributes. This is fetched by
is UIKeyboardDidHide note entered?
issue
the keyboard is not dismissed.
q
is this a problem with note center ?
note
trying to find why verts have no attributes
set bpoint in testGraph()
note
instead of having a list of strings have a list of attribute objects.
so ditch attrStringsOrNil ?
yes.
it was silly to have it in the first place
ok, that will complicate some things. I will need a sort function that can handle attributes. fine
note
writing orNil at the end of a variable name is silly. It is easy to check if the variable is optional using alt.
note
do I expect it to work as it is?
what have I done?
the observers have been added
the responses have been added
the array sorting is done
tests
what I would like to test?
I want to make sure that the array can be sorted
cells are setting titles but not types.
Future Tests
Check that the name of the .h file is the same as the name of the entity.
No comments:
Post a Comment