This is my code
func enteredByStr(S:String) -> String? {
var healthactionplan : MyHealthActionPlanCondition
if healthactionplan.addedBy != nil {
healthactionplan.addedBy = "System"
} else {
healthactionplan.addedBy = "Member"
}
}
I have even followed this This and This. But still remains Unsolvable.Can anyone explain Why???